Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp627 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed() local
628 if (!MustTailCallFunc) in checkWellFormed()
630 auto *FnTy = MustTailCallFunc->getFunctionType(); in checkWellFormed()
635 MustTailCallFunc); in checkWellFormed()
H A DCoroSplit.cpp193 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync() local
194 if (!MustTailCallFunc) { in replaceCoroEndAsync()