Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc57 instruction->GetBlock()->RemoveInstructionOrPhi(instruction, /*ensure_safety=*/ false); in RemoveFromCycle()
2506 instruction->GetBlock()->RemoveInstructionOrPhi(instruction); in RemoveDeadInstructions()
Dnodes.cc1070 void HBasicBlock::RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety) { in RemoveInstructionOrPhi() function in art::HBasicBlock
Dnodes.h1233 void RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety = true);