Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp638 CallInst *PollCall = CallInst::Create(F, "", InsertBefore); in INITIALIZE_PASS_DEPENDENCY() local
641 BasicBlock::iterator Before(PollCall), After(PollCall); in INITIALIZE_PASS_DEPENDENCY()
653 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess(); in INITIALIZE_PASS_DEPENDENCY()