Searched refs:getCanonicalInductionVariable (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoopInfo.cpp124 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
132 PHINode *Loop::getCanonicalInductionVariable() const { function in class:Loop
179 PHINode *IV = getCanonicalInductionVariable();
H A DScalarEvolutionExpander.cpp1165 if (PHINode *PN = L->getCanonicalInductionVariable())
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h395 PHINode *getCanonicalInductionVariable() const;
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp110 PHINode *Loop::getCanonicalInductionVariable() const {
H A DScalarEvolutionExpander.cpp1406 if (PHINode *PN = L->getCanonicalInductionVariable())
/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp302 PHINode *InnerIndexVar = L->getCanonicalInductionVariable();
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DLoopInfo.h564 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
572 PHINode *getCanonicalInductionVariable() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1743 // Loop::getCanonicalInductionVariable only supports loops with preheaders,
1843 while (PHINode *OldCannIV = L->getCanonicalInductionVariable()) {

Completed in 385 milliseconds