Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h283 CallInst *createMustTailCall(DebugLoc Loc, Function *MustTailCallFn,
H A DCoroSplit.cpp1521 CallInst *coro::createMustTailCall(DebugLoc Loc, Function *MustTailCallFn, in createMustTailCall() argument
1525 cast<FunctionType>(MustTailCallFn->getType()->getPointerElementType()); in createMustTailCall()
1531 auto *TailCall = Builder.CreateCall(FnTy, MustTailCallFn, CallArgs); in createMustTailCall()
1534 TailCall->setCallingConv(MustTailCallFn->getCallingConv()); in createMustTailCall()
H A DCoroFrame.cpp2554 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame() local
2555 if (!MustTailCallFn) in buildCoroutineFrame()
2560 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()