Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp641 CallInst *PollCall = CallInst::Create(F, "", InsertBefore); in INITIALIZE_PASS_DEPENDENCY() local
644 BasicBlock::iterator Before(PollCall), After(PollCall); in INITIALIZE_PASS_DEPENDENCY()
656 bool InlineStatus = InlineFunction(PollCall, IFI); in INITIALIZE_PASS_DEPENDENCY()