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()1682 SmallInstructionVector PossibleIVs; in runOnLoop() local1685 collectPossibleIVs(L, PossibleIVs); in runOnLoop()1687 if (PossibleIVs.empty()) { in runOnLoop()1698 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()