Home
last modified time | relevance | path

Searched defs:to_replace (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc3018 ScopedArenaVector<InstructionUse<HInstruction>> to_replace(saa.Adapter(kArenaAllocLSE)); in FixupUses() local
3138 void ReplaceInput(const ScopedArenaVector<InstructionUse<HInstruction>>& to_replace) { in ReplaceInput()
3300 ScopedArenaVector<InstructionUse<HInstruction>>& to_replace, in CollectReplacements()