Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h303 static bool isFPInductionPHI(PHINode *Phi, const Loop* L,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp873 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI() function in InductionDescriptor
1046 return isFPInductionPHI(Phi, TheLoop, PSE.getSE(), D); in isInductionPHI()