Home
last modified time | relevance | path

Searched defs:liveOut (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp176 void AArch64LiveIntervalAnalysis::SetupLiveIntervalInLiveOut(regno_t liveOut, const BB &bb, uint32 … in SetupLiveIntervalInLiveOut()
240 for (auto liveOut : bb->GetLiveOutRegNO()) { in ComputeLiveIntervals() local
Daarch64_regsaves.cpp222 for (auto liveOut : bb->GetLiveOutRegNO()) { in PrintBBs() local
241 MapleSet<regno_t> &liveOut = bb->GetLiveOutRegNO(); in CheckCriteria() local
Daarch64_color_ra.cpp944 void GraphColorRegAllocator::SetupLiveRangeByRegNO(regno_t liveOut, BB &bb, uint32 currPoint) in SetupLiveRangeByRegNO()
1293 for (auto liveOut : bb->GetLiveOutRegNO()) { in ComputeLiveRanges() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_parser.cpp218 auto liveOut = dataInfo_->Read<struct LiveOutsTy>(); in CalculateStackMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp95 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h1000 SparseDataInfo *liveOut = nullptr; variable