Lines Matching refs:LoopInfo
41 char LoopInfo::ID = 0;
42 INITIALIZE_PASS_BEGIN(LoopInfo, "loops", "Natural Loop Information", true, true)
44 INITIALIZE_PASS_END(LoopInfo, "loops", "Natural Loop Information", true, true) in INITIALIZE_PASS_DEPENDENCY()
398 LoopInfo *LI;
413 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : in UnloopUpdater()
591 bool LoopInfo::runOnFunction(Function &) { in runOnFunction()
604 void LoopInfo::updateUnloop(Loop *Unloop) { in updateUnloop()
622 for (LoopInfo::iterator I = LI.begin();; ++I) { in updateUnloop()
659 void LoopInfo::verifyAnalysis() const { in verifyAnalysis()
685 void LoopInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
690 void LoopInfo::print(raw_ostream &OS, const Module*) const { in print()
701 void LoopBlocksDFS::perform(LoopInfo *LI) { in perform()