Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp649 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed() local
650 if (!MustTailCallFunc) in checkWellFormed()
652 auto *FnTy = MustTailCallFunc->getFunctionType(); in checkWellFormed()
657 MustTailCallFunc); in checkWellFormed()
H A DCoroSplit.cpp192 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync() local
193 if (!MustTailCallFunc) { in replaceCoroEndAsync()