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.cpp634 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed() local
635 if (!MustTailCallFunc) in checkWellFormed()
637 auto *FnTy = MustTailCallFunc->getFunctionType(); in checkWellFormed()
642 MustTailCallFunc); in checkWellFormed()
H A DCoroSplit.cpp271 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync() local
272 if (!MustTailCallFunc) { in replaceCoroEndAsync()