Home
last modified time | relevance | path

Searched defs:RemoveDeadPhi (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dloop_peeling_test.cpp645 TEST_F(LoopPeelingTest, RemoveDeadPhi) in TEST_F() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp178 void Cleanup::RemoveDeadPhi(BasicBlock *bb, ArenaSet<BasicBlock *> *new_empty_blocks) in RemoveDeadPhi() function in panda::compiler::Cleanup