Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.h23 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg = false, bool is_phi = false);
H A Ddump.cpp42 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg, bool is_phi) in IdToString() argument
45 ArenaString phi(is_phi ? "p" : "", allocator->Adapter()); in IdToString()
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dir_generator.rb167 def append_inst(var_name, is_phi = false)
172 Output << "cur_bb->Append#{is_phi ? "Phi" : "Inst"}(#{var_name});"
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp282 bool is_phi = inst->IsPhi(); in Dce() local
288 if (is_phi) { in Dce()

Completed in 3 milliseconds