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

  /external/llvm/lib/Analysis/
LoopInfo.cpp 131 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
139 PHINode *Loop::getCanonicalInductionVariable() const {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 89 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
92 void getCanonicalInductionVariable(MachineLoop *L,
246 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
256 PPCCTRLoops::getCanonicalInductionVariable(MachineLoop *L,
335 getCanonicalInductionVariable(L, IVars, IOps);

Completed in 202 milliseconds