Home
last modified time | relevance | path

Searched refs:getPointerInductionDescriptor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h320 const InductionDescriptor *getPointerInductionDescriptor(PHINode *Phi) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1053 LoopVectorizationLegality::getPointerInductionDescriptor(PHINode *Phi) const { in getPointerInductionDescriptor() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp8152 if (auto *II = Legal->getPointerInductionDescriptor(Phi)) { in tryToOptimizeInductionPHI()