Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dif_conversion.cpp230 bool IfConversion::IsPhisAllowed(BasicBlock *bb, BasicBlock *pred1, BasicBlock *pred2, uint32_t *ph… in IsPhisAllowed()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp486 auto pred1 = phiBlock->GetPredecessor(1); in IsIfInverted() local