Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp108 std::vector<Instruction *> PollLocations; member
355 PollLocations.push_back(Term); in runOnLoop()
520 auto &PollLocations = PBS->PollLocations; in runOnFunction() local
527 llvm::sort(PollLocations, OrderByBBName); in runOnFunction()
532 PollLocations.erase(std::unique(PollLocations.begin(), in runOnFunction()
533 PollLocations.end()), in runOnFunction()
534 PollLocations.end()); in runOnFunction()
538 for (Instruction *Term : PollLocations) { in runOnFunction()