Home
last modified time | relevance | path

Searched defs:loops (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_alignment.cpp26 MapleVector<CGFuncLoops *> loops = aarFunc->GetLoops(); in FindLoopHeader() local
Daarch64_color_ra.cpp2220 …olorRegAllocator::GetAllLrMemberLoops(LiveRange &lr, std::set<CGFuncLoops *, CGFuncLoopCmp> &loops) in GetAllLrMemberLoops()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dloop_analyzer_test.cpp58 void CollectLoopsDFS(ArenaVector<Loop *> *loops, Loop *loop) in CollectLoopsDFS()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h180 LoopHierarchy *loops = nullptr; variable
Dcgfunc.h1639 MapleVector<CGFuncLoops *> loops; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp470 ArenaUnorderedMap<BasicBlock *, Loop *> loops(GetLocalAllocator()->Adapter()); in CheckLoopAnalysis() local
502 const auto &loops = GetGraph()->GetRootLoop()->GetInnerLoops(); in HasOuterInfiniteLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp716 ArenaUnorderedMap<BasicBlock *, Loop *> loops(GetLocalAllocator()->Adapter()); in CheckInstUsers() local
759 const auto &loops = GetGraph()->GetRootLoop()->GetInnerLoops(); in CheckInstUsers() local