Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp656 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess(); in InsertSafepointPoll() local
657 assert(InlineStatus && "inline must succeed"); in InsertSafepointPoll()
658 (void)InlineStatus; // suppress warning in release-asserts in InsertSafepointPoll()