Home
last modified time | relevance | path

Searched refs:getCanonicalInductionVariable (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp82 const MachineInstr *getCanonicalInductionVariable(MachineLoop *L) const;
255 *HexagonHardwareLoops::getCanonicalInductionVariable(MachineLoop *L) const { in getCanonicalInductionVariable() function in HexagonHardwareLoops
310 const MachineInstr *IV_Inst = getCanonicalInductionVariable(L); in getTripCount()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp86 void getCanonicalInductionVariable(MachineLoop *L,
233 PPCCTRLoops::getCanonicalInductionVariable(MachineLoop *L, in getCanonicalInductionVariable() function in PPCCTRLoops
312 getCanonicalInductionVariable(L, IVars, IOps); in getTripCount()
/external/llvm/lib/Analysis/
DLoopInfo.cpp138 PHINode *Loop::getCanonicalInductionVariable() const { in getCanonicalInductionVariable() function in Loop
DScalarEvolutionExpander.cpp1278 if (PHINode *PN = L->getCanonicalInductionVariable()) in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h372 PHINode *getCanonicalInductionVariable() const;