Searched defs:IndVar (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 184 findFinalIVValue(const Loop & L,const PHINode & IndVar,const Instruction & StepInst) findFinalIVValue() argument 202 getBounds(const Loop & L,PHINode & IndVar,ScalarEvolution & SE) getBounds() argument 288 if (PHINode *IndVar = getInductionVariable(SE)) getBounds() local 335 if (PHINode *IndVar = getInductionVariable(SE)) getInductionDescriptor() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 904 genLoopLimit(PHINode * IndVar,BasicBlock * ExitingBB,const SCEV * ExitCount,bool UsePostInc,Loop * L,SCEVExpander & Rewriter,ScalarEvolution * SE) genLoopLimit() argument 941 linearFunctionTestReplace(Loop * L,BasicBlock * ExitingBB,const SCEV * ExitCount,PHINode * IndVar,SCEVExpander & Rewriter) linearFunctionTestReplace() argument 1990 PHINode *IndVar = FindLoopCounter(L, ExitingBB, ExitCount, SE, DT); run() local [all...] |
H A D | InductiveRangeCheckElimination.cpp | 652 const SCEVAddRecExpr *IndVar, in computeSafeIterationSpace() 1024 const SCEVAddRecExpr *IndVar = in run() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 804 reduceLoopCount(MachineBasicBlock & MBB,MachineBasicBlock & PreHeader,MachineInstr * IndVar,MachineInstr & Cmp,SmallVectorImpl<MachineOperand> & Cond,SmallVectorImpl<MachineInstr * > & PrevInsts,unsigned Iter,unsigned MaxIter) reduceLoopCount() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1963 __anonb937da3d0c02(InsertPointTy CodeGenIP, Value *IndVar) createSections() argument 2424 Value *IndVar = Builder.CreateAdd(Span, Start); createCanonicalLoop() local 7169 Instruction *IndVar = getIndVar(); assertOK() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2055 __anonb66eefd10f02(llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, llvm::Value *IndVar) EmitOMPCanonicalLoop() argument
|