Searched refs:RemoveInstructionOrPhi (Results 1 – 3 of 3) sorted by relevance
57 instruction->GetBlock()->RemoveInstructionOrPhi(instruction, /*ensure_safety=*/ false); in RemoveFromCycle()2506 instruction->GetBlock()->RemoveInstructionOrPhi(instruction); in RemoveDeadInstructions()
1070 void HBasicBlock::RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety) { in RemoveInstructionOrPhi() function in art::HBasicBlock
1233 void RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety = true);