Home
last modified time | relevance | path

Searched refs:isInductionPHI (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h299 static bool isInductionPHI(PHINode *Phi, ScalarEvolution *SE,
308 static bool isInductionPHI(PHINode *Phi, PredicatedScalarEvolution &PSE,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h296 isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
312 static bool isInductionPHI(PHINode *Phi, const Loop* L,
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp734 bool InductionDescriptor::isInductionPHI(PHINode *Phi, in isInductionPHI() function in InductionDescriptor
755 return isInductionPHI(Phi, PSE.getSE(), D, AR); in isInductionPHI()
758 bool InductionDescriptor::isInductionPHI(PHINode *Phi, in isInductionPHI() function in InductionDescriptor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1031 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI() function in InductionDescriptor
1070 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
1073 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR); in isInductionPHI()
1076 bool InductionDescriptor::isInductionPHI( in isInductionPHI() function in InductionDescriptor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp629 if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID)) { in canVectorizeInstrs()
644 if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID, true)) { in canVectorizeInstrs()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp706 if (InductionDescriptor::isInductionPHI(PHI, SE, ID)) in findInductionAndReductions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp713 if (InductionDescriptor::isInductionPHI(&PHI, L, SE, ID)) in findInductionAndReductions()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4627 if (InductionDescriptor::isInductionPHI(Phi, PSE, ID)) { in canVectorizeInstrs()
4639 if (InductionDescriptor::isInductionPHI(Phi, PSE, ID, true)) { in canVectorizeInstrs()