Home
last modified time | relevance | path

Searched defs:CurLoop (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp531 Loop *CurLoop, MemorySSAUpdater &MSSAU, in sinkRegion()
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()
1317 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1485 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1590 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1742 const Loop *CurLoop, const LoopSafetyInfo *SafetyInfo, in isSafeToExecuteUnconditionally()
2258 Loop *CurLoop, Instruction &I, in pointerInvalidatedByLoop()
[all …]
H A DLoopIdiomRecognize.cpp150 Loop *CurLoop = nullptr; member in __anonb3094e750111::LoopIdiomRecognize
1056 Loop *CurLoop, const DataLayout *DL, in getTripCount()
1086 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes()
1640 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom()
1773 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, const DataLayout &DL, in detectShiftUntilZeroIdiom()
2284 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom()
2620 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, ScalarEvolution *SE, in detectShiftUntilZeroIdiom()
H A DLoopVersioningLICM.cpp191 Loop *CurLoop = nullptr; member
H A DSeparateConstOffsetFromGEP.cpp1283 GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) { in isLegalToSwapOperand()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
78 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
103 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
118 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
160 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
189 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
H A DDependenceAnalysis.cpp378 const Loop *CurLoop) { in setPoint()
395 const Loop *CurLoop) { in setDistance()
1305 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest()
1505 const Loop *CurLoop, unsigned Level, in exactSIVtest()
2175 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV() local
2197 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV() local
2207 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV() local
2443 const Loop *CurLoop = AddRec->getLoop(); in gcdMIVtest() local
3117 const Loop *CurLoop = CurConstraint.getAssociatedLoop(); in propagateDistance() local
3143 const Loop *CurLoop = CurConstraint.getAssociatedLoop(); in propagateLine() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h99 for (const LoopT *CurLoop = ParentLoop; CurLoop; in getLoopDepth() local
379 const LoopT *CurLoop = static_cast<const LoopT *>(this); in getLoopsInPreorder() local
386 LoopT *CurLoop = static_cast<LoopT *>(this); in getLoopsInPreorder() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp632 Loop *CurLoop; member in __anon47960cc60511::PolynomialMultiplyRecognize
1928 bool HexagonLoopIdiomRecognize::isLegalStore(Loop *CurLoop, StoreInst *SI) { in isLegalStore()
2013 void HexagonLoopIdiomRecognize::collectStores(Loop *CurLoop, BasicBlock *BB, in collectStores()
2022 bool HexagonLoopIdiomRecognize::processCopyingStore(Loop *CurLoop, in processCopyingStore()
2367 bool HexagonLoopIdiomRecognize::runOnLoopBlock(Loop *CurLoop, BasicBlock *BB, in runOnLoopBlock()
H A DHexagonVectorLoopCarriedReuse.cpp196 Loop *CurLoop; member in __anon6b8cbac40111::HexagonVectorLoopCarriedReuse
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPHIElimination.cpp658 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr; in SplitPHIEdges() local
H A DMachineTraceMetrics.cpp329 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred() local
357 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc() local
H A DMachineLICM.cpp133 MachineLoop *CurLoop; // The current loop we are working on. member in __anonfbf8dede0111::MachineLICMBase
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp953 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
972 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
H A DLoopUnrollAndJam.cpp780 Loop *CurLoop = LI.getLoopFor((*Blocks.begin())->front().getParent()); in checkDependencies() local
H A DLoopUtils.cpp450 llvm::collectChildrenInLoop(DomTreeNode *N, const Loop *CurLoop) { in collectChildrenInLoop()
H A DScalarEvolutionExpander.cpp764 const Loop *CurLoop = I->first; in visitAddExpr() local
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp231 Loop &CurLoop, LoopInfo &LI, BlockFrequencyInfo *BFI) in PGOCounterPromoter()