Home
last modified time | relevance | path

Searched refs:store_input (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dconstructor_fence_redundancy_elimination.cc162 void VisitSetLocation([[maybe_unused]] HInstruction* inst, HInstruction* store_input) { in VisitSetLocation() argument
172 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()