Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp44 bool LoopUnroll::HasPreHeaderCompare(Loop *loop, const CountableLoopInfo &loop_info) in HasPreHeaderCompare()
88 bool ConditionOverFlow(const CountableLoopInfo &loop_info, uint32_t unroll_factor) in ConditionOverFlow()
130 auto loop_info = loop_parser.Parse(); in TransformLoop() local
226 Inst *LoopUnroll::CreateNewTestInst(const CountableLoopInfo &loop_info, Inst *const_inst, Inst *pre… in CreateNewTestInst()
252 void LoopUnroll::FixCompareInst(const CountableLoopInfo &loop_info, BasicBlock *header, uint32_t un… in FixCompareInst()
/arkcompiler/runtime_core/compiler/tests/
Dloop_analyzer_test.cpp497 auto loop_info = loop_parser.Parse(); in TEST_F() local