Searched refs:PossibleIVs (Results 1 – 1 of 1) sorted by relevance
488 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);584 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument611 PossibleIVs.push_back(&*I); in collectPossibleIVs()1684 SmallInstructionVector PossibleIVs; in runOnLoop() local1687 collectPossibleIVs(L, PossibleIVs); in runOnLoop()1689 if (PossibleIVs.empty()) { in runOnLoop()1700 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()