Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp195 std::vector<CallBase *> &ParsePointsNeeded /*rval*/,
625 std::vector<CallBase *> &ParsePointsNeeded /*rval*/, in InsertSafepointPoll() argument
682 assert(ParsePointsNeeded.empty()); in InsertSafepointPoll()
690 ParsePointsNeeded.push_back(CI); in InsertSafepointPoll()
692 assert(ParsePointsNeeded.size() <= Calls.size()); in InsertSafepointPoll()