Home
last modified time | relevance | path

Searched defs:IndVar (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp185 static Value *findFinalIVValue(const Loop &L, const PHINode &IndVar, in findFinalIVValue()
203 Loop::LoopBounds::getBounds(const Loop &L, PHINode &IndVar, in getBounds()
289 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds() local
336 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDIndVarSimplify.cpp916 static Value *genLoopLimit(PHINode *IndVar, BasicBlock *ExitingBB, in genLoopLimit()
953 PHINode *IndVar, SCEVExpander &Rewriter) { in linearFunctionTestReplace()
2003 PHINode *IndVar = FindLoopCounter(L, ExitingBB, ExitCount, SE, DT); in run() local
HDInductiveRangeCheckElimination.cpp652 const SCEVAddRecExpr *IndVar, in computeSafeIterationSpace()
1024 const SCEVAddRecExpr *IndVar = in run() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h830 MachineInstr *IndVar, MachineInstr &Cmp, in reduceLoopCount()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp2105 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections()
3963 Value *IndVar = Builder.CreateAdd(Span, Start); in createCanonicalLoop() local
9119 Instruction *IndVar = getIndVar(); in assertOK() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp2083 llvm::Value *IndVar) { in EmitOMPCanonicalLoop()