Searched defs:liveOut (Results 1 – 7 of 7) sorted by relevance
212 auto liveOut = dataInfo_->Read<struct LiveOutsTy>(); in CalculateStackMap() local
222 for (auto liveOut : bb->GetLiveOutRegNO()) { in PrintBBs() local241 MapleSet<regno_t> &liveOut = bb->GetLiveOutRegNO(); in CheckCriteria() local
177 void AArch64LiveIntervalAnalysis::SetupLiveIntervalInLiveOut(regno_t liveOut, const BB &bb, uint32 … in SetupLiveIntervalInLiveOut()
637 void GraphColorRegAllocator::SetupLiveRangeByRegNO(regno_t liveOut, BB &bb, uint32 currPoint) in SetupLiveRangeByRegNO()
102 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
1062 SparseDataInfo *liveOut = nullptr; variable
453 auto *liveOut = GetFrameLiveoutBefore(GetOsrLoopHeadBBId()); in InitEntryBB() local