Lines Matching refs:Loops
183 MachineLoopInfo *Loops = nullptr; member
208 Loops = Analyses.Loops; in RAGreedy()
234 Loops = &MFAM.getResult<MachineLoopAnalysis>(MF); in RequiredAnalyses()
275 Loops = &P.getAnalysis<MachineLoopInfoWrapperPass>().getLI(); in RequiredAnalyses()
914 MachineLoop *L = Loops->getLoopFor(MF->getBlockNumbered(NewBlocks[0])); in growRegion()
917 return L == Loops->getLoopFor(MF->getBlockNumbered(Block)); in growRegion()
2787 if (Loops->getLoopFor(MBB) == L) in reportStats()
2808 for (MachineLoop *L : *Loops) in reportStats()
2812 if (!Loops->getLoopFor(&MBB)) in reportStats()
2877 EvictAdvisor = EvictProvider->getAdvisor(*MF, *this, MBFI, Loops); in run()
2880 VRAI = std::make_unique<VirtRegAuxInfo>(*MF, *LIS, *VRM, *Loops, *MBFI); in run()
2888 SA.reset(new SplitAnalysis(*VRM, *LIS, *Loops)); in run()