Searched refs:RemoveInstructionOrPhi (Results 1 – 4 of 4) sorted by relevance
853 instr->GetBlock()->RemoveInstructionOrPhi(instr); in RemoveEmptyIfs()
56 instruction->GetBlock()->RemoveInstructionOrPhi(instruction, /*ensure_safety=*/ false); in RemoveFromCycle()3087 instruction->GetBlock()->RemoveInstructionOrPhi(instruction); in RemoveDeadInstructions()
1127 void HBasicBlock::RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety) { in RemoveInstructionOrPhi() function in art::HBasicBlock
1387 void RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety = true);