Searched refs:PollsNeeded (Results 1 – 1 of 1) sorted by relevance
567 SmallVector<Instruction *, 16> PollsNeeded; in runOnFunction() local634 PollsNeeded.push_back(NewBB->getTerminator()); in runOnFunction()639 PollsNeeded.push_back(Term); in runOnFunction()650 PollsNeeded.push_back(Location); in runOnFunction()658 for (Instruction *PollLocation : PollsNeeded) { in runOnFunction()664 PollsNeeded.clear(); // make sure we don't accidentally use in runOnFunction()