Searched refs:PollLocations (Results 1 – 1 of 1) sorted by relevance
107 std::vector<Instruction *> PollLocations; member354 PollLocations.push_back(Term); in runOnLoop()518 auto &PollLocations = PBS->PollLocations; in runOnFunction() local525 llvm::sort(PollLocations, OrderByBBName); in runOnFunction()530 PollLocations.erase(std::unique(PollLocations.begin(), in runOnFunction()531 PollLocations.end()), in runOnFunction()532 PollLocations.end()); in runOnFunction()536 for (Instruction *Term : PollLocations) { in runOnFunction()