Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp107 std::vector<TerminatorInst *> PollLocations; member
346 PollLocations.push_back(Term); in runOnLoop()
508 auto &PollLocations = PBS->PollLocations; in runOnFunction() local
515 std::sort(PollLocations.begin(), PollLocations.end(), OrderByBBName); in runOnFunction()
520 PollLocations.erase(std::unique(PollLocations.begin(), in runOnFunction()
521 PollLocations.end()), in runOnFunction()
522 PollLocations.end()); in runOnFunction()
526 for (TerminatorInst *Term : PollLocations) { in runOnFunction()