Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp107 std::vector<Instruction *> PollLocations; member
354 PollLocations.push_back(Term); in runOnLoop()
518 auto &PollLocations = PBS->PollLocations; in runOnFunction() local
525 llvm::sort(PollLocations, OrderByBBName); in runOnFunction()
530 PollLocations.erase(std::unique(PollLocations.begin(), in runOnFunction()
531 PollLocations.end()), in runOnFunction()
532 PollLocations.end()); in runOnFunction()
536 for (Instruction *Term : PollLocations) { in runOnFunction()