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.h280 CallInst *createMustTailCall(DebugLoc Loc, Function *MustTailCallFn,
H A DCoroSplit.cpp1658 CallInst *coro::createMustTailCall(DebugLoc Loc, Function *MustTailCallFn, in createMustTailCall() argument
1662 auto *FnTy = MustTailCallFn->getFunctionType(); in createMustTailCall()
1668 auto *TailCall = Builder.CreateCall(FnTy, MustTailCallFn, CallArgs); in createMustTailCall()
1674 TailCall->setCallingConv(MustTailCallFn->getCallingConv()); in createMustTailCall()
H A DCoroFrame.cpp3128 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame() local
3129 if (!MustTailCallFn) in buildCoroutineFrame()
3134 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()