Home
last modified time | relevance | path

Searched defs:ifInst (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Drpo_test.cpp133 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, cmp, 0U, DataType::BOOL, … in TEST_F() local
251 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, cmp, 0U, DataType::BOOL, … in TEST_F() local
Ddom_tree_test.cpp159 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, cmp, 0U, DataType::BOOL, … in TEST_F() local
Dinst_generator.cpp790 …auto ifInst = graph->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, param3, 0U, DataType::BOOL, CC… in GeneratePhiOperation() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dloop_unswitcher.cpp154 void LoopUnswitcher::BuildLoopUnswitchDataFlow(LoopClonerData *unswitchData, Inst *ifInst) in BuildLoopUnswitchDataFlow()
190 void LoopUnswitcher::ReplaceWithConstantCondition(Inst *ifInst) in ReplaceWithConstantCondition()
239 auto ifInst = bb->GetLastInst(); in FindUnswitchInst() local
Dbasicblock.cpp824 Inst *ifInst = GetLastInst(); in JoinBlocksUsingSelect() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp38 auto ifInst = ifTrueBlock->GetLastInst(); in HandleIfBlock() local
292 auto ifInst = lastInst->CastToIf(); in LeastLikelySuccessorByPreference() local
Dbounds_analysis.cpp866 auto ifInst = inst->CastToIfImm(); in VisitIfImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlicm_conditions.cpp335 …auto ifInst = bb->GetGraph()->CreateInstIfImm(DataType::NO_TYPE, 0, input, 0, DataType::BOOL, Cond… in AddSingleIfImmInst() local
Dinlining.cpp379 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::BOOL, callInst->GetPc(), cmpInst, 0, DataType:… in CreateCompareClass() local
390 auto ifInst = callBb->GetLastInst(); in InsertDeoptimizeInst() local
Dlowering.cpp1255 void Lowering::OptimizeIfInput(compiler::Inst *ifInst) in OptimizeIfInput()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp314 IfImmInst ifInst(ConditionCode::CC_GE); in __anonb6b7089f0402() local