Searched refs:PossibleIVs (Results 1 – 1 of 1) sorted by relevance
483 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);579 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument606 PossibleIVs.push_back(&*I); in collectPossibleIVs()1675 SmallInstructionVector PossibleIVs; in runOnLoop() local1678 collectPossibleIVs(L, PossibleIVs); in runOnLoop()1680 if (PossibleIVs.empty()) { in runOnLoop()1691 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()