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

  /external/llvm/lib/Analysis/
LoopInfo.cpp 130 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
138 PHINode *Loop::getCanonicalInductionVariable() const {
  /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);

Completed in 55 milliseconds