Home
last modified time | relevance | path

Searched refs:InverseConditionCode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp41 ifInst->CastToIfImm()->InverseConditionCode(); in HandleIfBlock()
43 ifInst->CastToIf()->InverseConditionCode(); in HandleIfBlock()
45 ifInst->CastToAddOverflow()->InverseConditionCode(); in HandleIfBlock()
47 ifInst->CastToSubOverflow()->InverseConditionCode(); in HandleIfBlock()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp37 if_inst->CastToIfImm()->InverseConditionCode(); in HandleIfBlock()
39 if_inst->CastToIf()->InverseConditionCode(); in HandleIfBlock()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp875 if_inst.InverseConditionCode();
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2236 user.GetInst()->CastToIf()->InverseConditionCode(); in TrySimplifyCompareCaseInputInv()
2238 user.GetInst()->CastToIfImm()->InverseConditionCode(); in TrySimplifyCompareCaseInputInv()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1591 void InverseConditionCode() in InverseConditionCode() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2273 void InverseConditionCode() in InverseConditionCode() function