Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp110 std::vector<Instruction *> PollLocations; member in __anondc7278340111::PlaceBackedgeSafepointsLegacyPass
244 PollLocations.push_back(Term); in runOnLoop()
302 auto &PollLocations = PBS->PollLocations; in runImpl() local
309 llvm::sort(PollLocations, OrderByBBName); in runImpl()
314 PollLocations.erase(llvm::unique(PollLocations), PollLocations.end()); in runImpl()
318 for (Instruction *Term : PollLocations) { in runImpl()