Home
last modified time | relevance | path

Searched defs:if_inst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp130 auto if_inst = GetGraph()->CreateInstIfImm(); in TEST_F() local
250 auto if_inst = GetGraph()->CreateInstIfImm(); in TEST_F() local
Ddom_tree_test.cpp157 auto if_inst = GetGraph()->CreateInstIfImm(); in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp34 auto if_inst = if_true_block->GetLastInst(); in HandleIfBlock() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp61 void Lowering::OptimizeIfInput(compiler::Inst *if_inst) in OptimizeIfInput()