Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc3023 ScopedArenaVector<InstructionUse<HInstruction>> to_predicate(saa.Adapter(kArenaAllocLSE)); in FixupUses() local
3025 CollectReplacements(to_replace, to_remove, constructor_fences, to_predicate); in FixupUses()
3030 DCHECK(to_predicate.empty()); in FixupUses()
3038 PredicateInstructions(to_predicate); in FixupUses()
3229 const ScopedArenaVector<InstructionUse<HInstruction>>& to_predicate) { in PredicateInstructions() argument
3230 for (auto& [ins, idx] : to_predicate) { in PredicateInstructions()
3303 ScopedArenaVector<InstructionUse<HInstruction>>& to_predicate) { in CollectReplacements() argument
3308 to_predicate.reserve(size); in CollectReplacements()
3328 to_predicate.push_back({use.GetUser(), use.GetIndex()}); in CollectReplacements()
3339 to_replace.size() + to_remove.size() + constructor_fences.size() + to_predicate.size(), in CollectReplacements()