/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 541 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion() 608 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegionForLoopNest() 639 Loop *CurLoop; member in __anon04e4206f0511::ControlFlowHoister 651 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister() 861 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion() 1043 Loop *CurLoop) { in isLoadInvariantInLoop() 1151 Loop *CurLoop, MemorySSAUpdater &MSSAU, in canSinkOrHoistInst() 1330 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop() 1361 static bool isNotUsedOrFreeInLoop(const Instruction &I, const Loop *CurLoop, in isNotUsedOrFreeInLoop() 1499 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI() [all …]
|
H A D | LoopIdiomRecognize.cpp | 150 Loop *CurLoop = nullptr; member in __anone39c1fdc0111::LoopIdiomRecognize 1057 Loop *CurLoop, const DataLayout *DL, in getTripCount() 1087 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() 1642 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom() 1775 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, const DataLayout &DL, in detectShiftUntilZeroIdiom() 2286 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom() 2622 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, ScalarEvolution *SE, in detectShiftUntilZeroIdiom()
|
H A D | LoopVersioningLICM.cpp | 174 Loop *CurLoop; member
|
H A D | SeparateConstOffsetFromGEP.cpp | 1290 GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) { in isLegalToSwapOperand()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() 79 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() 104 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors() 119 const Loop *CurLoop) { in CanProveNotTakenFirstIteration() 161 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors() 190 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
|
H A D | DependenceAnalysis.cpp | 441 const Loop *CurLoop) { in setPoint() 449 const SCEV *CC, const Loop *CurLoop) { in setLine() 458 const Loop *CurLoop) { in setDistance() 1231 const SCEV *DstConst, const Loop *CurLoop, in strongSIVtest() 1368 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest() 1568 const Loop *CurLoop, unsigned Level, in exactSIVtest() 1762 const Loop *CurLoop, unsigned Level, in weakZeroSrcSIVtest() 1872 const Loop *CurLoop, unsigned Level, in weakZeroDstSIVtest() 2238 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV() local 2260 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV() local [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 100 for (const LoopT *CurLoop = ParentLoop; CurLoop; in getLoopDepth() local 380 const LoopT *CurLoop = static_cast<const LoopT *>(this); in getLoopsInPreorder() local 387 LoopT *CurLoop = static_cast<LoopT *>(this); in getLoopsInPreorder() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 632 Loop *CurLoop; member in __anon61f00f6d0511::PolynomialMultiplyRecognize 1928 bool HexagonLoopIdiomRecognize::isLegalStore(Loop *CurLoop, StoreInst *SI) { in isLegalStore() 2012 void HexagonLoopIdiomRecognize::collectStores(Loop *CurLoop, BasicBlock *BB, in collectStores() 2021 bool HexagonLoopIdiomRecognize::processCopyingStore(Loop *CurLoop, in processCopyingStore() 2366 bool HexagonLoopIdiomRecognize::runOnLoopBlock(Loop *CurLoop, BasicBlock *BB, in runOnLoopBlock()
|
H A D | HexagonVectorLoopCarriedReuse.cpp | 196 Loop *CurLoop; member in __anon8472032b0111::HexagonVectorLoopCarriedReuse
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | PHIElimination.cpp | 658 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr; in SplitPHIEdges() local
|
H A D | MachineTraceMetrics.cpp | 328 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred() local 356 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc() local
|
H A D | MachineLICM.cpp | 133 MachineLoop *CurLoop; // The current loop we are working on. member in __anon716971650111::MachineLICMBase
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1000 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local 1019 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
|
H A D | LoopUnrollAndJam.cpp | 775 Loop *CurLoop = LI.getLoopFor((*Blocks.begin())->front().getParent()); in checkDependencies() local
|
H A D | LoopUtils.cpp | 450 llvm::collectChildrenInLoop(DomTreeNode *N, const Loop *CurLoop) { in collectChildrenInLoop()
|
H A D | ScalarEvolutionExpander.cpp | 771 const Loop *CurLoop = I->first; in visitAddExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 231 Loop &CurLoop, LoopInfo &LI, BlockFrequencyInfo *BFI) in PGOCounterPromoter()
|