Home
last modified time | relevance | path

Searched defs:liveness (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.h26 …explicit SplitResolver(Graph *graph, LivenessAnalyzer *liveness) : graph_(graph), liveness_(livene… in SplitResolver()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.h26 …explicit SplitResolver(Graph *graph, LivenessAnalyzer *liveness) : graph_(graph), liveness_(livene… in SplitResolver()
Dreg_alloc_graph_coloring.cpp91 auto liveness = el.GetLifeIntervals(); in FindFixedNode() local
102 auto liveness = el.GetLifeIntervals(); in FindNode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp1676 ArenaVector<ArenaUnorderedSet<Inst *>> liveness {graph_->GetLocalAllocator()->Adapter()}; in PatchSaveStates() local
1689 ArenaVector<ArenaUnorderedSet<Inst *>> &liveness) in FillLiveInsts()
1703 …lacement::PatchSaveStatesInBlock(BasicBlock *block, ArenaVector<ArenaUnorderedSet<Inst *>> &livene… in PatchSaveStatesInBlock()
1764 ArenaVector<ArenaUnorderedSet<Inst *>> &liveness) in PatchSaveStatesInLoop()