reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
429 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); 430 BPI.reset(new BranchProbabilityInfo(F, *LI)); 431 BFI.reset(new BlockFrequencyInfo(F, *BPI, *LI)); 632 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); 632 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end());