Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc3163 ScopedArenaVector<InstructionUse<HInstruction>> to_replace(saa.Adapter(kArenaAllocLSE)); in FixupUses() local
3283 void ReplaceInput(const ScopedArenaVector<InstructionUse<HInstruction>>& to_replace) { in ReplaceInput()
3445 ScopedArenaVector<InstructionUse<HInstruction>>& to_replace, in CollectReplacements()