Searched defs:LoopDesc (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 1151 … std::set<LoopDesc*, LoopDesc::LoopDescCmp> &candidateInLoop, in PruneLrForSplit() 1205 … const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &candidateInLoop, in FindBBSharedInSplit() 1285 … std::set<LoopDesc*, LoopDesc::LoopDescCmp> &candidateInLoop, in FindUseForSplit() 1484 … const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &loops) const in ContainsLoop() argument 1497 void GraphColorRegAllocator::GetAllLrMemberLoops(LiveRange &lr, std::set<LoopDesc*, LoopDesc::LoopD… in GetAllLrMemberLoops() 1565 … const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &origLoops, in SplitLrHandleLoops() 1615 … const std::set<LoopDesc*, LoopDesc::LoopDescCmp> &origLoops) in SplitLrFixNewLrCallsAndRlod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | loop.h | 35 LoopDesc(MapleAllocator &allocator, BB &head) in LoopDesc() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | control_dep_analysis.cpp | 308 … std::unordered_map<LoopDesc *, bool> &visited, LoopDesc *lp) in FindInnermostLoops()
|