Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp541 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 DLoopIdiomRecognize.cpp150 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 DLoopVersioningLICM.cpp174 Loop *CurLoop; member
H A DSeparateConstOffsetFromGEP.cpp1290 GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) { in isLegalToSwapOperand()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMustExecute.cpp51 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 DDependenceAnalysis.cpp441 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 DLoopInfo.h100 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 DHexagonLoopIdiomRecognition.cpp632 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 DHexagonVectorLoopCarriedReuse.cpp196 Loop *CurLoop; member in __anon8472032b0111::HexagonVectorLoopCarriedReuse
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp658 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr; in SplitPHIEdges() local
H A DMachineTraceMetrics.cpp328 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred() local
356 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc() local
H A DMachineLICM.cpp133 MachineLoop *CurLoop; // The current loop we are working on. member in __anon716971650111::MachineLICMBase
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1000 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
1019 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
H A DLoopUnrollAndJam.cpp775 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.cpp771 const Loop *CurLoop = I->first; in visitAddExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp231 Loop &CurLoop, LoopInfo &LI, BlockFrequencyInfo *BFI) in PGOCounterPromoter()