Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.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
H A DInductiveRangeCheckElimination.cpp1749 computeSafeIterationSpace(ScalarEvolution & SE,const SCEVAddRecExpr * IndVar,bool IsLatchSigned) const computeSafeIterationSpace() argument
2120 const SCEVAddRecExpr *IndVar = run() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h830 MachineInstr *IndVar, MachineInstr &Cmp, in reduceLoopCount()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2083 llvm::Value *IndVar) { in EmitOMPCanonicalLoop()