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

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 79 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
82 const MachineInstr *getCanonicalInductionVariable(MachineLoop *L) const;
245 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
255 *HexagonHardwareLoops::getCanonicalInductionVariable(MachineLoop *L) const {
310 const MachineInstr *IV_Inst = getCanonicalInductionVariable(L);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 83 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
86 void getCanonicalInductionVariable(MachineLoop *L,
223 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
233 PPCCTRLoops::getCanonicalInductionVariable(MachineLoop *L,
312 getCanonicalInductionVariable(L, IVars, IOps);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 364 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
372 PHINode *getCanonicalInductionVariable() const;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 130 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
138 PHINode *Loop::getCanonicalInductionVariable() const {
ScalarEvolutionExpander.cpp     [all...]

Completed in 70 milliseconds