Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc3018 ScopedArenaVector<InstructionUse<HInstruction>> to_replace(saa.Adapter(kArenaAllocLSE)); in FixupUses()
3021 ScopedArenaVector<InstructionUse<HConstructorFence>> constructor_fences( in FixupUses()
3023 ScopedArenaVector<InstructionUse<HInstruction>> to_predicate(saa.Adapter(kArenaAllocLSE)); in FixupUses()
3133 struct InstructionUse { struct in art::PartialLoadStoreEliminationHelper::HeapReferenceData
3138 void ReplaceInput(const ScopedArenaVector<InstructionUse<HInstruction>>& to_replace) { in ReplaceInput()
3203 const ScopedArenaVector<InstructionUse<HConstructorFence>>& constructor_fences) { in CreateConstructorFences()
3229 const ScopedArenaVector<InstructionUse<HInstruction>>& to_predicate) { in PredicateInstructions()
3300 ScopedArenaVector<InstructionUse<HInstruction>>& to_replace, in CollectReplacements()
3302 ScopedArenaVector<InstructionUse<HConstructorFence>>& constructor_fences, in CollectReplacements()
3303 ScopedArenaVector<InstructionUse<HInstruction>>& to_predicate) { in CollectReplacements()