Home
last modified time | relevance | path

Searched defs:LoopDesc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1151std::set<LoopDesc*, LoopDesc::LoopDescCmp> &candidateInLoop, in PruneLrForSplit()
1205const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &candidateInLoop, in FindBBSharedInSplit()
1285std::set<LoopDesc*, LoopDesc::LoopDescCmp> &candidateInLoop, in FindUseForSplit()
1484const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &loops) const in ContainsLoop() argument
1497 void GraphColorRegAllocator::GetAllLrMemberLoops(LiveRange &lr, std::set<LoopDesc*, LoopDesc::LoopD… in GetAllLrMemberLoops()
1565const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &origLoops, in SplitLrHandleLoops()
1615const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &origLoops) in SplitLrFixNewLrCallsAndRlod()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h35 LoopDesc(MapleAllocator &allocator, BB &head) in LoopDesc() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcontrol_dep_analysis.cpp308std::unordered_map<LoopDesc *, bool> &visited, LoopDesc *lp) in FindInnermostLoops()