Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unswitch.cpp61 auto unswitchInst = LoopUnswitcher::FindUnswitchInst(origLoop); in TransformLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dloop_unswitcher.cpp222 …mateUnswitchInstructionsCount(BasicBlock *bb, const BasicBlock *backEdge, const Inst *unswitchInst, in EstimateUnswitchInstructionsCount()
251 void LoopUnswitcher::EstimateInstructionsCount(const Loop *loop, const Inst *unswitchInst, int64_t … in EstimateInstructionsCount()