Home
last modified time | relevance | path

Searched refs:is_phi (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.h23 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg = false, bool is_phi = fa…
Ddump.cpp49 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg, bool is_phi) in IdToString() argument
52 ArenaString phi(is_phi ? "p" : "", allocator->Adapter()); in IdToString()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp284 bool is_phi = inst->IsPhi(); in Dce() local
290 if (is_phi) { in Dce()
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md163 bool is_phi = inst->IsPhi();
167 if (is_phi) {