Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp182 static Value *findFinalIVValue(const Loop &L, const PHINode &IndVar, in findFinalIVValue()
200 PHINode &IndVar, in getBounds()
286 if (PHINode *IndVar = getInductionVariable(SE)) in getBounds() local
332 if (PHINode *IndVar = getInductionVariable(SE)) in getInductionDescriptor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2332 static Value *genLoopLimit(PHINode *IndVar, BasicBlock *ExitingBB, in genLoopLimit()
2425 PHINode *IndVar, SCEVExpander &Rewriter) { in linearFunctionTestReplace()
3081 PHINode *IndVar = FindLoopCounter(L, ExitingBB, ExitCount, SE, DT); in run() local
DInductiveRangeCheckElimination.cpp1568 ScalarEvolution &SE, const SCEVAddRecExpr *IndVar, in computeSafeIterationSpace()
1831 const SCEVAddRecExpr *IndVar = in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h743 MachineInstr *IndVar, MachineInstr &Cmp, in reduceLoopCount()