Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp147 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 DMachineTraceMetrics.cpp343 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred() local
371 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc() local
H A DPHIElimination.cpp759 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr; in SplitPHIEdges() local
/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp555 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 DLoopIdiomRecognize.cpp139 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 DLoopVersioningLICM.cpp144 Loop *CurLoop; member
H A DSeparateConstOffsetFromGEP.cpp1300 GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) { in isLegalToSwapOperand()
H A DSimpleLoopUnswitch.cpp3645 auto *CurLoop = Worklist.pop_back_val(); unswitchLoop() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h85 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 DHexagonLoopIdiomRecognition.cpp632 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 DHexagonVectorLoopCarriedReuse.cpp196 Loop *CurLoop; member in __anon00be9b940111::HexagonVectorLoopCarriedReuse
[all...]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h101 ForeachLoop *CurLoop = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1024 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
1043 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
H A DLoopUnrollAndJam.cpp774 Loop *CurLoop = LI.getLoopFor((*Blocks.begin())->front().getParent()); in checkDependencies() local
H A DScalarEvolutionExpander.cpp520 const Loop *CurLoop = I->first; in visitAddExpr() local
H A DLoopUtils.cpp450 llvm::collectChildrenInLoop(DomTreeNode *N, const Loop *CurLoop) { in collectChildrenInLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp90 Loop *CurLoop = nullptr; member in __anon3a0f451f0111::LoopIdiomVectorize
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp481 Loop &CurLoop, LoopInfo &LI, BlockFrequencyInfo *BFI) in PGOCounterPromoter()