Searched refs:PossibleIVs (Results 1 – 1 of 1) sorted by relevance
484 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);580 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument602 PossibleIVs.push_back(&IV); in collectPossibleIVs()1673 SmallInstructionVector PossibleIVs; in runOnLoop() local1676 collectPossibleIVs(L, PossibleIVs); in runOnLoop()1678 if (PossibleIVs.empty()) { in runOnLoop()1689 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()