Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dloop_unroll_test.cpp139 auto phi2 = INS(10U).GetInput(1U).GetInst(); in CheckSimpleLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1620 bool Peepholes::IsPhiUnionPossible(PhiInst *phi1, PhiInst *phi2) in IsPhiUnionPossible()