Searched refs:PollLocations (Results 1 – 1 of 1) sorted by relevance
108 std::vector<Instruction *> PollLocations; member355 PollLocations.push_back(Term); in runOnLoop()519 auto &PollLocations = PBS->PollLocations; in runOnFunction() local526 llvm::sort(PollLocations, OrderByBBName); in runOnFunction()531 PollLocations.erase(std::unique(PollLocations.begin(), in runOnFunction()532 PollLocations.end()), in runOnFunction()533 PollLocations.end()); in runOnFunction()537 for (Instruction *Term : PollLocations) { in runOnFunction()