Searched refs:PollLocations (Results 1 – 1 of 1) sorted by relevance
110 std::vector<Instruction *> PollLocations; member in __anondc7278340111::PlaceBackedgeSafepointsLegacyPass244 PollLocations.push_back(Term); in runOnLoop()302 auto &PollLocations = PBS->PollLocations; in runImpl() local309 llvm::sort(PollLocations, OrderByBBName); in runImpl()314 PollLocations.erase(llvm::unique(PollLocations), PollLocations.end()); in runImpl()318 for (Instruction *Term : PollLocations) { in runImpl()