Home
last modified time | relevance | path

Searched refs:getInductionDescriptor (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp356 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts()
442 const InductionDescriptor &ID = WideIV->getInductionDescriptor(); in optimizeInductions()
H A DVPlan.h1074 const InductionDescriptor &getInductionDescriptor() const { return IndDesc; } in getInductionDescriptor() function
1197 const InductionDescriptor &getInductionDescriptor() const { return IndDesc; } in getInductionDescriptor() function
H A DVPlanRecipes.cpp714 auto *StepC = dyn_cast<SCEVConstant>(getInductionDescriptor().getStep()); in isCanonical()
H A DLoopVectorize.cpp9356 const InductionDescriptor &ID = getInductionDescriptor(); in execute()
10520 ID = &Ind->getInductionDescriptor(); in processLoop()
10524 ID = &WidenInd->getInductionDescriptor(); in processLoop()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp333 bool Loop::getInductionDescriptor(ScalarEvolution &SE, in getInductionDescriptor() function in Loop
413 if (!getInductionDescriptor(SE, IndDesc)) in isCanonical()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h767 bool getInductionDescriptor(ScalarEvolution &SE,