Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp683 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed() local
684 if (!MustTailCallFunc) in checkWellFormed()
686 auto *FnTy = MustTailCallFunc->getFunctionType(); in checkWellFormed()
691 MustTailCallFunc); in checkWellFormed()
H A DCoroSplit.cpp180 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync() local
181 if (!MustTailCallFunc) { in replaceCoroEndAsync()