Searched refs:getInductionDescriptor (Results 1 – 6 of 6) sorted by relevance
264 bool getInductionDescriptor(ScalarEvolution &SE,
333 bool Loop::getInductionDescriptor(ScalarEvolution &SE, in getInductionDescriptor() function in Loop413 if (!getInductionDescriptor(SE, IndDesc)) in isCanonical()
412 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts()525 const InductionDescriptor &ID = WideIV->getInductionDescriptor(); in optimizeInductions()
1610 const InductionDescriptor &getInductionDescriptor() const { return IndDesc; } in getInductionDescriptor() function1651 const InductionDescriptor &getInductionDescriptor() const { return IndDesc; } in getInductionDescriptor() function
965 const InductionDescriptor &ID = getInductionDescriptor(); in execute()
10211 ID = &Ind->getInductionDescriptor(); in processLoop()10215 ID = &WidenInd->getInductionDescriptor(); in processLoop()