Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp123 std::vector<TerminatorInst *> PollLocations; member
370 PollLocations.push_back(term); in runOnLoop()
586 auto &PollLocations = PBS->PollLocations; in runOnFunction() local
593 std::sort(PollLocations.begin(), PollLocations.end(), OrderByBBName); in runOnFunction()
598 PollLocations.erase(std::unique(PollLocations.begin(), in runOnFunction()
599 PollLocations.end()), in runOnFunction()
600 PollLocations.end()); in runOnFunction()
604 for (TerminatorInst *Term : PollLocations) { in runOnFunction()