Home
last modified time | relevance | path

Searched defs:loopHeader (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dalignment.cpp73 for (auto *loopHeader : loopHeaderBBs) { in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp281 bool ArrayBoundsCheckElimination::InLoop(GateRef loopHeader, GateRef gate) in InLoop()
610 bool ArrayBoundsCheckElimination::LoopInvariant(GateRegion *loopHeader, GateRef gate) in LoopInvariant()
702 void ArrayBoundsCheckElimination::ProcessIndexCheck(GateRegion *loopHeader, GateRef gate) in ProcessIndexCheck()
947 void ArrayBoundsCheckElimination::CalcBounds(GateRegion *block, GateRegion *loopHeader) in CalcBounds()
Dframe_states.cpp837 …void InitLoopInfo(FrameStateBuilder::LoopInfo& loopInfo, BytecodeRegion& loopHeader, size_t backId) in InitLoopInfo()
884 BytecodeRegion& loopHeader, size_t numOfEntries) in InsertEmptyBytecodeRegion()
924 auto& loopHeader = bcBuilder_->GetBasicBlockById(loopInfo.loopHeadId); in TryMergeLoopEntry() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp248 void NormalizeControlFlow(BasicBlock *edge, const BasicBlock *loopHeader) in NormalizeControlFlow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp50 Loop *LoopAnalyzer::CreateNewLoop(BasicBlock *loopHeader) in CreateNewLoop()