Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp653 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess(); in INITIALIZE_PASS_DEPENDENCY() local
654 assert(InlineStatus && "inline must succeed"); in INITIALIZE_PASS_DEPENDENCY()
655 (void)InlineStatus; // suppress warning in release-asserts in INITIALIZE_PASS_DEPENDENCY()