Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h277 CallInst *createMustTailCall(DebugLoc Loc, Function *MustTailCallFn,
H A DCoroSplit.cpp1750 CallInst *coro::createMustTailCall(DebugLoc Loc, Function *MustTailCallFn, in createMustTailCall() argument
1753 auto *FnTy = MustTailCallFn->getFunctionType(); in createMustTailCall()
1759 auto *TailCall = Builder.CreateCall(FnTy, MustTailCallFn, CallArgs); in createMustTailCall()
1762 TailCall->setCallingConv(MustTailCallFn->getCallingConv()); in createMustTailCall()
H A DCoroFrame.cpp3096 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame() local
3097 if (!MustTailCallFn) in buildCoroutineFrame()
3102 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()