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 125 /// getCanonicalInductionVariable - Check to see if the loop has a canonical
133 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);

Completed in 1361 milliseconds