Searched refs:PollLocations (Results 1 – 1 of 1) sorted by relevance
123 std::vector<TerminatorInst *> PollLocations; member370 PollLocations.push_back(term); in runOnLoop()586 auto &PollLocations = PBS->PollLocations; in runOnFunction() local593 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()