Searched refs:isFPInductionPHI (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h301 static bool isFPInductionPHI(PHINode *Phi, const Loop *L, ScalarEvolution *SE,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp849 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, function in class:InductionDescriptor
1021 return isFPInductionPHI(Phi, TheLoop, PSE.getSE(), D);

Completed in 70 milliseconds