Searched refs:isInductionPHI (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h294 isInductionPHI(PHINode *Phi, const Loop *L, ScalarEvolution *SE,
310 static bool isInductionPHI(PHINode *Phi, const Loop *L,
347 /// Private constructor - used by \c isInductionPHI.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp203 if (!InductionDescriptor::isInductionPHI(&IndVar, &L, &SE, IndDesc))
307 if (!InductionDescriptor::isInductionPHI(&IndVar, this, &SE, IndDesc))
333 return InductionDescriptor::isInductionPHI(IndVar, this, &SE, IndDesc);
352 if (!InductionDescriptor::isInductionPHI(&AuxIndVar, this, &SE, IndDesc))
H A DIVDescriptors.cpp1007 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, function in class:InductionDescriptor
1045 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts);
1048 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR);
1051 bool InductionDescriptor::isInductionPHI( function in class:InductionDescriptor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp549 if (InductionDescriptor::isInductionPHI(&Phi, TheLoop, PSE, ID) &&
638 if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID)) {
653 if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID, true)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp686 if (InductionDescriptor::isInductionPHI(&PHI, L, SE, ID))

Completed in 126 milliseconds