Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h64 CallInst *createMustTailCall(DebugLoc Loc, Function *MustTailCallFn,
H A DCoroSplit.cpp1692 CallInst *coro::createMustTailCall(DebugLoc Loc, Function *MustTailCallFn, in createMustTailCall() function in coro
1788 auto *TailCall = coro::createMustTailCall(Suspend->getDebugLoc(), Fn, TTI, in splitCoroutine()
H A DCoroFrame.cpp2037 auto *Call = coro::createMustTailCall( in normalizeCoroutine()