Lines Matching refs:LoopInfo
48 char LoopInfo::ID = 0;
49 INITIALIZE_PASS_BEGIN(LoopInfo, "loops", "Natural Loop Information", true, true)
51 INITIALIZE_PASS_END(LoopInfo, "loops", "Natural Loop Information", true, true) in INITIALIZE_PASS_DEPENDENCY()
386 LoopInfo *LI;
401 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : in UnloopUpdater()
576 bool LoopInfo::runOnFunction(Function &) { in runOnFunction()
589 void LoopInfo::updateUnloop(Loop *Unloop) { in updateUnloop()
607 for (LoopInfo::iterator I = LI.begin();; ++I) { in updateUnloop()
644 void LoopInfo::verifyAnalysis() const { in verifyAnalysis()
667 void LoopInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
672 void LoopInfo::print(raw_ostream &OS, const Module*) const { in print()
683 void LoopBlocksDFS::perform(LoopInfo *LI) { in perform()