Lines Matching defs:CurLoop
546 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion()
614 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegionForLoopNest()
645 Loop *CurLoop; member in __anon7e16e74e0511::ControlFlowHoister
657 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
867 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1042 Loop *CurLoop) { in isLoadInvariantInLoop()
1150 Loop *CurLoop, MemorySSAUpdater &MSSAU, in canSinkOrHoistInst()
1343 static bool isFoldableInLoop(const Instruction &I, const Loop *CurLoop, in isFoldableInLoop()
1373 static bool isNotUsedOrFoldableInLoop(const Instruction &I, const Loop *CurLoop, in isNotUsedOrFoldableInLoop()
1513 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1546 LoopInfo *LI, const Loop *CurLoop, in splitPredecessorsOfLoopExit()
1618 const Loop *CurLoop, ICFLoopSafetyInfo *SafetyInfo, in sink()
1724 static void hoist(Instruction &I, const DominatorTree *DT, const Loop *CurLoop, in hoist()
1772 const Loop *CurLoop, const LoopSafetyInfo *SafetyInfo, in isSafeToExecuteUnconditionally()
1958 const TargetLibraryInfo *TLI, TargetTransformInfo *TTI, Loop *CurLoop, in promoteLoopAccessesToScalars()
2335 Loop *CurLoop, Instruction &I, in pointerInvalidatedByLoop()
2769 static bool inSubLoop(BasicBlock *BB, Loop *CurLoop, LoopInfo *LI) { in inSubLoop()