Home
last modified time | relevance | path

Searched refs:MustTailCallFuncArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h569 MustTailCallFuncArg enumerator
591 getArgOperand(MustTailCallFuncArg)->stripPointerCasts()); in getMustTailCallFunction()
723 enum { FrameArg, UnwindArg, MustTailCallFuncArg }; enumerator
733 getArgOperand(MustTailCallFuncArg)->stripPointerCasts()); in getMustTailCallFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1787 CoroSuspendAsyncInst::MustTailCallFuncArg + 1); in splitCoroutine()