/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 147 bool isExitBlock(MachineLoop *CurLoop, const MachineBasicBlock *MBB) { in isExitBlock() 386 MachineLoop *CurLoop = Worklist.pop_back_val(); in INITIALIZE_PASS_DEPENDENCY() local 485 MachineLoop *CurLoop) { in ProcessMI() 576 void MachineLICMBase::HoistRegionPostRA(MachineLoop *CurLoop, in HoistRegionPostRA() 678 void MachineLICMBase::AddToLiveIns(MCRegister Reg, MachineLoop *CurLoop) { in AddToLiveIns() 696 MachineLoop *CurLoop, in HoistPostRA() 728 MachineLoop *CurLoop) { in IsGuaranteedToExecute() 800 MachineLoop *CurLoop, in HoistOutOfLoop() 1075 bool MachineLICMBase::IsLICMCandidate(MachineInstr &I, MachineLoop *CurLoop) { in IsLICMCandidate() 1111 MachineLoop *CurLoop) { in IsLoopInvariantInst() [all …]
|
H A D | MachineTraceMetrics.cpp | 343 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred() local 371 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc() local
|
H A D | PHIElimination.cpp | 759 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr; in SplitPHIEdges() local
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 555 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegion() 623 TargetTransformInfo *TTI, Loop *CurLoop, in sinkRegionForLoopNest() 654 Loop *CurLoop; member in __anon9998ac180511::ControlFlowHoister 666 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister() 876 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion() 1053 Loop *CurLoop) { in isLoadInvariantInLoop() 1161 Loop *CurLoop, MemorySSAUpdater &MSSAU, in canSinkOrHoistInst() 1354 static bool isFoldableInLoop(const Instruction &I, const Loop *CurLoop, in isFoldableInLoop() 1384 static bool isNotUsedOrFoldableInLoop(const Instruction &I, const Loop *CurLoop, in isNotUsedOrFoldableInLoop() 1528 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI() [all …]
|
H A D | LoopIdiomRecognize.cpp | 139 Loop *CurLoop = nullptr; member in __anon360f5f450111::LoopIdiomRecognize 994 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() 1594 static bool detectShiftUntilLessThanIdiom(Loop *CurLoop, const DataLayout &DL, in detectShiftUntilLessThanIdiom() 1692 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom() 1825 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, const DataLayout &DL, in detectShiftUntilZeroIdiom() 2420 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom() 2774 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, ScalarEvolution *SE, in detectShiftUntilZeroIdiom()
|
H A D | LoopVersioningLICM.cpp | 144 Loop *CurLoop; member
|
H A D | SeparateConstOffsetFromGEP.cpp | 1300 GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) { in isLegalToSwapOperand()
|
H A D | SimpleLoopUnswitch.cpp | 3645 auto *CurLoop = Worklist.pop_back_val(); unswitchLoop() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 85 for (const LoopT *CurLoop = ParentLoop; CurLoop; in getLoopDepth() local 365 const LoopT *CurLoop = static_cast<const LoopT *>(this); getLoopsInPreorder() local 372 LoopT *CurLoop = static_cast<LoopT *>(this); getLoopsInPreorder() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 632 Loop *CurLoop; member in __anona63979960511::PolynomialMultiplyRecognize 1922 bool HexagonLoopIdiomRecognize::isLegalStore(Loop *CurLoop, StoreInst *SI) { in isLegalStore() 2006 void HexagonLoopIdiomRecognize::collectStores(Loop *CurLoop, BasicBlock *BB, in collectStores() 2015 bool HexagonLoopIdiomRecognize::processCopyingStore(Loop *CurLoop, in processCopyingStore() 2355 bool HexagonLoopIdiomRecognize::runOnLoopBlock(Loop *CurLoop, BasicBlock *BB, in runOnLoopBlock()
|
H A D | HexagonVectorLoopCarriedReuse.cpp | 196 Loop *CurLoop; member in __anon00be9b940111::HexagonVectorLoopCarriedReuse [all...] |
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 101 ForeachLoop *CurLoop = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1024 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local 1043 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
|
H A D | LoopUnrollAndJam.cpp | 774 Loop *CurLoop = LI.getLoopFor((*Blocks.begin())->front().getParent()); in checkDependencies() local
|
H A D | ScalarEvolutionExpander.cpp | 520 const Loop *CurLoop = I->first; in visitAddExpr() local
|
H A D | LoopUtils.cpp | 450 llvm::collectChildrenInLoop(DomTreeNode *N, const Loop *CurLoop) { in collectChildrenInLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 90 Loop *CurLoop = nullptr; member in __anon3a0f451f0111::LoopIdiomVectorize
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 481 Loop &CurLoop, LoopInfo &LI, BlockFrequencyInfo *BFI) in PGOCounterPromoter()
|