Searched refs:PossibleIVs (Results 1 – 1 of 1) sorted by relevance
465 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);550 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument572 PossibleIVs.push_back(&IV); in collectPossibleIVs()1643 SmallInstructionVector PossibleIVs; in runOnLoop() local1646 collectPossibleIVs(L, PossibleIVs); in runOnLoop()1648 if (PossibleIVs.empty()) { in runOnLoop()1659 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()