Searched refs:PossibleIVs (Results 1 – 1 of 1) sorted by relevance
442 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);578 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument613 PossibleIVs.push_back(&*I); in collectPossibleIVs()1726 SmallInstructionVector PossibleIVs; in runOnLoop() local1729 collectPossibleIVs(L, PossibleIVs); in runOnLoop()1731 if (PossibleIVs.empty()) { in runOnLoop()1742 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()