Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dif_merging.cpp127 auto invertedIf = IsIfInverted(bb, domIf); in TryMergeEquivalentIfs() local
242 void IfMerging::SplitBlockWithEquivalentIf(BasicBlock *bb, BasicBlock *trueBb, bool invertedIf) in SplitBlockWithEquivalentIf()
Dpeepholes.cpp2530 auto invertedIf = IsIfInverted(phi->GetBasicBlock(), ifImm); in IsBoolPhiInverted() local