Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp639 CallInst *PollCall = CallInst::Create(F, "", InsertBefore); in InsertSafepointPoll() local
642 BasicBlock::iterator Before(PollCall), After(PollCall); in InsertSafepointPoll()
654 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess(); in InsertSafepointPoll()