Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp591 std::vector<CallBase *> RuntimeCalls; in runOnFunction() local
592 InsertSafepointPoll(PollLocation, RuntimeCalls, TLI); in runOnFunction()
593 llvm::append_range(ParsePointNeeded, RuntimeCalls); in runOnFunction()