Searched defs:IndVar (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | LoopInfo.cpp | 184 static Value *findFinalIVValue(const Loop &L, const PHINode &IndVar, in findFinalIVValue() 202 PHINode &IndVar, in getBounds() 288 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds() local 334 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 973 static Value *genLoopLimit(PHINode *IndVar, BasicBlock *ExitingBB, in genLoopLimit() 1066 PHINode *IndVar, SCEVExpander &Rewriter) { in linearFunctionTestReplace() 1836 PHINode *IndVar = FindLoopCounter(L, ExitingBB, ExitCount, SE, DT); in run() local
|
| D | InductiveRangeCheckElimination.cpp | 1583 ScalarEvolution &SE, const SCEVAddRecExpr *IndVar, in computeSafeIterationSpace() 1931 const SCEVAddRecExpr *IndVar = in run() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 938 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections() 1241 Value *IndVar = Builder.CreateAdd(Span, Start); in createCanonicalLoop() local 2806 Instruction *IndVar = getIndVar(); in assertOK() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetInstrInfo.h | 770 MachineInstr *IndVar, MachineInstr &Cmp, in reduceLoopCount()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 2013 llvm::Value *IndVar) { in EmitOMPCanonicalLoop()
|