Home
last modified time | relevance | path

Searched refs:IndDesc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp202 InductionDescriptor IndDesc; in getBounds() local
203 if (!InductionDescriptor::isInductionPHI(&IndVar, &L, &SE, IndDesc)) in getBounds()
206 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds()
207 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds()
211 const SCEV *Step = IndDesc.getStep(); in getBounds()
306 InductionDescriptor IndDesc; in getInductionVariable() local
307 if (!InductionDescriptor::isInductionPHI(&IndVar, this, &SE, IndDesc)) in getInductionVariable()
310 Instruction *StepInst = IndDesc.getInductionBinOp(); in getInductionVariable()
331 InductionDescriptor &IndDesc) const { in getInductionDescriptor()
333 return InductionDescriptor::isInductionPHI(IndVar, this, &SE, IndDesc); in getInductionDescriptor()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h722 InductionDescriptor &IndDesc) const;