Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp590 std::vector<CallBase *> RuntimeCalls; in runOnFunction() local
591 InsertSafepointPoll(PollLocation, RuntimeCalls, TLI); in runOnFunction()
592 llvm::append_range(ParsePointNeeded, RuntimeCalls); in runOnFunction()