Searched refs:PollsNeeded (Results 1 – 1 of 1) sorted by relevance
490 SmallVector<Instruction *, 16> PollsNeeded; in runOnFunction() local556 PollsNeeded.push_back(NewBB->getTerminator()); in runOnFunction()561 PollsNeeded.push_back(Term); in runOnFunction()569 PollsNeeded.push_back(Location); in runOnFunction()579 for (Instruction *PollLocation : PollsNeeded) { in runOnFunction()