Home
last modified time | relevance | path

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

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