Searched refs:store_input (Results 1 – 1 of 1) sorted by relevance
162 void VisitSetLocation([[maybe_unused]] HInstruction* inst, HInstruction* store_input) { in VisitSetLocation() argument172 if (IsInterestingPublishTarget(store_input)) { in VisitSetLocation()230 bool IsInterestingPublishTarget(HInstruction* store_input) const { in IsInterestingPublishTarget()232 return candidate_fence_targets_->IsBitSet(store_input->GetId()); in IsInterestingPublishTarget()