Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp184 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp973 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
H A DInductiveRangeCheckElimination.cpp1583 ScalarEvolution &SE, const SCEVAddRecExpr *IndVar, in computeSafeIterationSpace()
1931 const SCEVAddRecExpr *IndVar = in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp925 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections()
1228 Value *IndVar = Builder.CreateAdd(Span, Start); in createCanonicalLoop() local
2682 Instruction *IndVar = getIndVar(); in assertOK() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h757 MachineInstr *IndVar, MachineInstr &Cmp, in reduceLoopCount()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2005 llvm::Value *IndVar) { in EmitOMPCanonicalLoop()