Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc56 instruction->GetBlock()->RemoveInstructionOrPhi(instruction, /*ensure_safety=*/ false); in RemoveFromCycle()
2577 instruction->GetBlock()->RemoveInstructionOrPhi(instruction); in RemoveDeadInstructions()
H A Dnodes.cc1243 void HBasicBlock::RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety) { in RemoveInstructionOrPhi() function in art::HBasicBlock
H A Dnodes.h1346 void RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety = true);