Home
last modified time | relevance | path

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

/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/compiler/optimizer/ir/
Dinst.h1591 void InverseConditionCode() in InverseConditionCode() function