Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc853 instr->GetBlock()->RemoveInstructionOrPhi(instr); in RemoveEmptyIfs()
Dloop_optimization.cc56 instruction->GetBlock()->RemoveInstructionOrPhi(instruction, /*ensure_safety=*/ false); in RemoveFromCycle()
3087 instruction->GetBlock()->RemoveInstructionOrPhi(instruction); in RemoveDeadInstructions()
Dnodes.cc1127 void HBasicBlock::RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety) { in RemoveInstructionOrPhi() function in art::HBasicBlock
Dnodes.h1387 void RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety = true);