Home
last modified time | relevance | path

Searched refs:PollsNeeded (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp567 SmallVector<Instruction *, 16> PollsNeeded; in runOnFunction() local
634 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()