Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp720 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed() local
721 if (!MustTailCallFunc) in checkWellFormed()
724 cast<FunctionType>(MustTailCallFunc->getType()->getPointerElementType()); in checkWellFormed()
729 MustTailCallFunc); in checkWellFormed()
H A DCoroSplit.cpp190 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync() local
191 if (!MustTailCallFunc) { in replaceCoroEndAsync()