Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp178 for (auto phi : bb->PhiInstsSafe()) { in RemoveDeadPhi()
218 for (auto phi : succ->PhiInstsSafe()) { in ProcessBB()
225 for (auto phi : succ->PhiInstsSafe()) { in ProcessBB()
633 for (auto phi : bb->PhiInstsSafe()) { in PhiChecker()
/arkcompiler/runtime_core/compiler/tests/
Diterators_test.cpp53 for (auto inst : block->PhiInstsSafe()) { in Check()
94 for (auto inst : block->PhiInstsSafe()) { in Check()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp159 for (auto phi : bb->PhiInstsSafe()) { in RemovePhiProcessing()
183 for (auto phi : PhiInstsSafe()) { in RemoveEmptyBlock()
668 PhiInstSafeIter BasicBlock::PhiInstsSafe() const in PhiInstsSafe() function in panda::compiler::BasicBlock
Dgraph.cpp196 for (auto phi : block->PhiInstsSafe()) { in RemovePredecessorUpdateDF()
205 for (auto phi : block->PhiInstsSafe()) { in RemovePredecessorUpdateDF()
Dgraph_cloner.cpp507 for (auto phi : header->PhiInstsSafe()) { in RemoveLoopBackEdge()
518 for (auto phi : unroll_data->outer->PhiInstsSafe()) { in RemoveLoopBackEdge()
Dbasicblock.h576 PhiInstSafeIter PhiInstsSafe() const;
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp222 for (auto inst : bb->PhiInstsSafe()) { in FixInstructions()