Home
last modified time | relevance | path

Searched defs:isPhi (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_ssa.h93 bool isPhi = false; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp448 bool isPhi = user.GetInst()->IsPhi(); in HasAppendUsersOnly() local
469 bool isPhi = user.GetInst()->IsPhi(); in HasPhiOrAppendUsersOnly() local
1292 bool isPhi = userInst == phi; in HasToStringCallInput() local
Dcleanup.cpp372 bool isPhi = inst->IsPhi(); in TryToRemoveNonLiveInst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp50 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool vReg, bool isPhi) in IdToString()