Searched defs:liveness (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | split_resolver.h | 26 …explicit SplitResolver(Graph *graph, LivenessAnalyzer *liveness) : graph_(graph), liveness_(livene… in SplitResolver()
|
| D | reg_alloc_graph_coloring.cpp | 83 auto liveness = el.GetLifeIntervals(); in FindFixedNode() local 94 auto liveness = el.GetLifeIntervals(); in FindNode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | split_resolver.h | 26 …explicit SplitResolver(Graph *graph, LivenessAnalyzer *liveness) : graph_(graph), liveness_(livene… in SplitResolver()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gc_intrusion.cpp | 253 GcRefLiveness liveness(&function); in run() local 282 void GcIntrusion::RewriteWithGcInBlock(BasicBlock *block, GcRefLiveness *liveness, SetVector<Value … in RewriteWithGcInBlock() 329 void GcIntrusion::CopySinglePredRelocs(GcRefLiveness *liveness, BasicBlock *block, GcIntrusionConte… in CopySinglePredRelocs() 380 void GcIntrusion::PropagateRelocs(GcRefLiveness *liveness, DenseSet<BasicBlock *> *visited, BasicBl… in PropagateRelocs() 475 void GcIntrusion::RewriteWithGc(CallInst *call, GcRefLiveness *liveness, SetVector<Value *> *refs, in RewriteWithGc()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.cpp | 1929 ArenaVector<ArenaSet<Inst *>> liveness {graph_->GetLocalAllocator()->Adapter()}; in PatchSaveStates() local 1942 ArenaVector<ArenaSet<Inst *>> &liveness) in FillLiveInsts() 1966 …alarReplacement::PatchSaveStatesInBlock(BasicBlock *block, ArenaVector<ArenaSet<Inst *>> &liveness) in PatchSaveStatesInBlock() 2026 ArenaVector<ArenaSet<Inst *>> &liveness) in PatchSaveStatesInLoop()
|