Home
last modified time | relevance | path

Searched defs:phi1 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp331 auto phi1 = liveness_analyzer->GetInstLifeIntervals(&INS(4)); in TEST_F() local
Dcompiler_basicblock_test.cpp280 auto phi1 = graph->CreateInstPhi(DataType::ANY, 0U); in __anondf2e2bd10902() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp308 auto phi1 = livenessAnalyzer->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
Dloop_unroll_test.cpp131 auto phi1 = INS(10U).GetInput(0U).GetInst(); in CheckSimpleLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1620 bool Peepholes::IsPhiUnionPossible(PhiInst *phi1, PhiInst *phi2) in IsPhiUnionPossible()