Home
last modified time | relevance | path

Searched refs:RemovePhi (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.cc119 block->RemovePhi(phi, /*ensure_safety=*/ false); in EliminateDeadPhis()
255 current->GetBlock()->RemovePhi(current); in Run()
Dselect_generator.cc293 second_merge->RemovePhi(second_phi); in TryFixupDoubleDiamondPattern()
Ddead_code_elimination.cc419 block->RemovePhi(phi); in SimplifyIfs()
935 block->RemovePhi(phi); in RemoveDeadInstructions()
Dsuperblock_cloner.cc1005 orig_block->RemovePhi(phi); in CleanUp()
1014 copy_block->RemovePhi(phi); in CleanUp()
Dnodes.cc1022 RemovePhi(initial); in ReplaceAndRemovePhiWith()
1123 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi() function in art::HBasicBlock
1129 RemovePhi(instruction->AsPhi(), ensure_safety); in RemoveInstructionOrPhi()
2453 successor->RemovePhi(phi); in DisconnectFromSuccessors()
2490 RemovePhi(insn, /* ensure_safety= */ !building_dominator_tree); in RemoveCatchPhiUsesAndInstruction()
Dinstruction_builder.cc272 catch_block->RemovePhi(handler_value->AsPhi()); in PropagateLocalsToCatchBlocks()
Dnodes.h1386 void RemovePhi(HPhi* phi, bool ensure_safety = true);