Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp108 std::vector<Instruction *> PollLocations; member
355 PollLocations.push_back(Term); in runOnLoop()
519 auto &PollLocations = PBS->PollLocations; in runOnFunction() local
526 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()