Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp372 std::vector<CallBase *> RuntimeCalls; in runImpl() local
373 InsertSafepointPoll(PollLocation->getIterator(), RuntimeCalls, TLI); in runImpl()
374 llvm::append_range(ParsePointNeeded, RuntimeCalls); in runImpl()