Searched refs:PossibleIVs (Results 1 – 1 of 1) sorted by relevance
431 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);466 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument489 PossibleIVs.push_back(&*I); in collectPossibleIVs()1505 SmallInstructionVector PossibleIVs; in runOnLoop() local1507 collectPossibleIVs(L, PossibleIVs); in runOnLoop()1509 if (PossibleIVs.empty()) { in runOnLoop()1519 for (SmallInstructionVector::iterator I = PossibleIVs.begin(), in runOnLoop()1520 IE = PossibleIVs.end(); I != IE; ++I) in runOnLoop()