Home
last modified time | relevance | path

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

/freebsd-14.2/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() function in coro
1843 coro::createMustTailCall(Suspend->getDebugLoc(), Fn, FnArgs, Builder); in splitAsyncCoroutine()
H A DCoroFrame.cpp3102 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()