Searched defs:liveOut (Results 1 – 6 of 6) sorted by relevance
176 void AArch64LiveIntervalAnalysis::SetupLiveIntervalInLiveOut(regno_t liveOut, const BB &bb, uint32 … in SetupLiveIntervalInLiveOut()240 for (auto liveOut : bb->GetLiveOutRegNO()) { in ComputeLiveIntervals() local
222 for (auto liveOut : bb->GetLiveOutRegNO()) { in PrintBBs() local241 MapleSet<regno_t> &liveOut = bb->GetLiveOutRegNO(); in CheckCriteria() local
944 void GraphColorRegAllocator::SetupLiveRangeByRegNO(regno_t liveOut, BB &bb, uint32 currPoint) in SetupLiveRangeByRegNO()1293 for (auto liveOut : bb->GetLiveOutRegNO()) { in ComputeLiveRanges() local
218 auto liveOut = dataInfo_->Read<struct LiveOutsTy>(); in CalculateStackMap() local
95 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
1000 SparseDataInfo *liveOut = nullptr; variable