Lines Matching refs:LoopPredication

252 class LoopPredication {  class
311 LoopPredication(AliasAnalysis *AA, DominatorTree *DT, in LoopPredication() function in __anon06f493b30111::LoopPredication
339 LoopPredication LP(AA, DT, SE, LI, &BPI); in runOnLoop()
366 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, &BPI); in run()
374 LoopPredication::parseLoopICmp(ICmpInst *ICI) { in parseLoopICmp()
400 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck()
502 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
506 Instruction *LoopPredication::findInsertPt(Instruction *Use, in findInsertPt()
514 Instruction *LoopPredication::findInsertPt(Instruction *Use, in findInsertPt()
526 bool LoopPredication::isLoopInvariantValue(const SCEV* S) { in isLoopInvariantValue()
563 Optional<Value *> LoopPredication::widenICmpRangeCheckIncrementingLoop( in widenICmpRangeCheckIncrementingLoop()
612 Optional<Value *> LoopPredication::widenICmpRangeCheckDecrementingLoop( in widenICmpRangeCheckDecrementingLoop()
675 Optional<Value *> LoopPredication::widenICmpRangeCheck(ICmpInst *ICI, in widenICmpRangeCheck()
739 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks()
793 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions()
818 bool LoopPredication::widenWidenableBranchGuardConditions( in widenWidenableBranchGuardConditions()
846 Optional<LoopICmp> LoopPredication::parseLoopLatchICmp() { in parseLoopLatchICmp()
914 bool LoopPredication::isLoopProfitableToPredicate() { in isLoopProfitableToPredicate()
1031 bool LoopPredication::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits()
1187 bool LoopPredication::runOnLoop(Loop *Loop) { in runOnLoop()