Lines Matching defs:CurLoop
531 Loop *CurLoop, MemorySSAUpdater &MSSAU, in sinkRegion()
599 Loop *CurLoop, MemorySSAUpdater &MSSAU, ICFLoopSafetyInfo *SafetyInfo, in sinkRegionForLoopNest()
627 Loop *CurLoop; member in __anonf51ac7480511::ControlFlowHoister
639 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
849 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1030 Loop *CurLoop) { in isLoadInvariantInLoop()
1138 Loop *CurLoop, MemorySSAUpdater &MSSAU, in canSinkOrHoistInst()
1317 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1347 static bool isNotUsedOrFreeInLoop(const Instruction &I, const Loop *CurLoop, in isNotUsedOrFreeInLoop()
1485 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1518 LoopInfo *LI, const Loop *CurLoop, in splitPredecessorsOfLoopExit()
1590 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1695 static void hoist(Instruction &I, const DominatorTree *DT, const Loop *CurLoop, in hoist()
1742 const Loop *CurLoop, const LoopSafetyInfo *SafetyInfo, in isSafeToExecuteUnconditionally()
1912 Loop *CurLoop, MemorySSAUpdater &MSSAU, ICFLoopSafetyInfo *SafetyInfo, in promoteLoopAccessesToScalars()
2258 Loop *CurLoop, Instruction &I, in pointerInvalidatedByLoop()
2315 static bool inSubLoop(BasicBlock *BB, Loop *CurLoop, LoopInfo *LI) { in inSubLoop()