Searched defs:CurLoop (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp316 const MachineLoop *CurLoop = getLoopFor(MBB); local
342 const MachineLoop *CurLoop = getLoopFor(MBB); local
H A DPHIElimination.cpp554 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr; local
[all...]
H A DMachineLICM.cpp88 MachineLoop *CurLoop; // The current loop we are working on. member in class:__anon2487::MachineLICM
250 static bool LoopIsOuterMostWithPredecessor(MachineLoop *CurLoop) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp152 Loop *CurLoop; // The current loop we are working on... member in struct:__anon3196::LICM
304 sinkRegion(DomTreeNode *N, AliasAnalysis *AA, LoopInfo *LI, DominatorTree *DT, TargetLibraryInfo *TLI, Loop *CurLoop, AliasSetTracker *CurAST, LICMSafetyInfo *SafetyInfo) argument
362 hoistRegion(DomTreeNode *N, AliasAnalysis *AA, LoopInfo *LI, DominatorTree *DT, TargetLibraryInfo *TLI, Loop *CurLoop, AliasSetTracker *CurAST, LICMSafetyInfo *SafetyInfo) argument
413 computeLICMSafetyInfo(LICMSafetyInfo * SafetyInfo, Loop * CurLoop) argument
444 canSinkOrHoistInst(Instruction &I, AliasAnalysis *AA, DominatorTree *DT, TargetLibraryInfo *TLI, Loop *CurLoop, AliasSetTracker *CurAST, LICMSafetyInfo *SafetyInfo) argument
543 isNotUsedInLoop(const Instruction &I, const Loop *CurLoop, const LICMSafetyInfo *SafetyInfo) argument
653 sink(Instruction &I, const LoopInfo *LI, const DominatorTree *DT, const Loop *CurLoop, AliasSetTracker *CurAST, const LICMSafetyInfo *SafetyInfo) argument
739 isSafeToExecuteUnconditionally(const Instruction &Inst, const DominatorTree *DT, const TargetLibraryInfo *TLI, const Loop *CurLoop, const LICMSafetyInfo *SafetyInfo, const Instruction *CtxI) argument
751 isGuaranteedToExecute(const Instruction &Inst, const DominatorTree *DT, const Loop *CurLoop, const LICMSafetyInfo * SafetyInfo) argument
874 promoteLoopAccessesToScalars(AliasSet &AS, SmallVectorImpl<BasicBlock*>&ExitBlocks, SmallVectorImpl<Instruction*>&InsertPts, PredIteratorCache &PIC, LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, AliasSetTracker *CurAST, LICMSafetyInfo * SafetyInfo) argument
1103 inSubLoop(BasicBlock *BB, Loop *CurLoop, LoopInfo *LI) argument
[all...]
H A DSeparateConstOffsetFromGEP.cpp1177 isLegalToSwapOperand( GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) argument
H A DLoopIdiomRecognize.cpp69 Loop *CurLoop; member in class:__anon3201::LoopIdiomRecognize
830 detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, Instruction *&CntInst, PHINode *&CntPhi, Value *&Var) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp690 const Loop *CurLoop = I->first; local
H A DDependenceAnalysis.cpp350 setPoint(const SCEV *X, const SCEV *Y, const Loop *CurLoop) argument
360 setLine(const SCEV *AA, const SCEV *BB, const SCEV *CC, const Loop *CurLoop) argument
372 setDistance(const SCEV *D, const Loop *CurLoop) argument
1077 strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
1216 weakCrossingSIVtest(const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint, const SCEV *&SplitIter) const argument
1436 exactSIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
1648 weakZeroSrcSIVtest(const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
1759 weakZeroDstSIVtest(const SCEV *SrcCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
2121 const Loop *CurLoop = SrcAddRec->getLoop(); local
2143 const Loop *CurLoop = SrcAddRec->getLoop(); local
2153 const Loop *CurLoop = DstAddRec->getLoop(); local
2395 const Loop *CurLoop = AddRec->getLoop(); local
3072 const Loop *CurLoop = CurConstraint.getAssociatedLoop(); local
3099 const Loop *CurLoop = CurConstraint.getAssociatedLoop(); local
3173 const Loop *CurLoop = CurConstraint.getAssociatedLoop(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp302 ForeachLoop &CurLoop = Loops[IterVals.size()]; local

Completed in 97 milliseconds