HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalInductionVariable (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 389 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
397 PHINode *getCanonicalInductionVariable() const;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 133 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
141 PHINode *Loop::getCanonicalInductionVariable() const {
ScalarEvolutionExpander.cpp     [all...]

Completed in 369 milliseconds