Lines Matching defs:LI
44 static void simplifyRegionEntry(Region *R, DominatorTree *DT, LoopInfo *LI, in simplifyRegionEntry()
108 static void simplifyRegionExit(Region *R, DominatorTree *DT, LoopInfo *LI, in simplifyRegionExit()
156 void polly::simplifyRegion(Region *R, DominatorTree *DT, LoopInfo *LI, in simplifyRegion()
172 DominatorTree *DT, llvm::LoopInfo *LI, in splitBlock()
201 LoopInfo *LI, RegionInfo *RI) { in splitEntryBlockForAlloca()
216 auto *LI = LIWP ? &LIWP->getLoopInfo() : nullptr; in splitEntryBlockForAlloca() local
415 bool polly::isErrorBlock(BasicBlock &BB, const Region &R, LoopInfo &LI, in isErrorBlock()
477 Loop *polly::getLoopSurroundingScop(Scop &S, LoopInfo &LI) { in getLoopSurroundingScop()
516 Loop *polly::getRegionNodeLoop(RegionNode *RN, LoopInfo &LI) { in getRegionNodeLoop()
562 bool polly::isHoistableLoad(LoadInst *LInst, Region &R, LoopInfo &LI, in isHoistableLoad()
674 llvm::Loop *polly::getFirstNonBoxedLoopFor(llvm::Loop *L, llvm::LoopInfo &LI, in getFirstNonBoxedLoopFor()
682 llvm::LoopInfo &LI, in getFirstNonBoxedLoopFor()