Home
last modified time | relevance | path

Searched refs:getMustTailCallFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h589 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
728 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp683 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed()
H A DCoroSplit.cpp180 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync()
1784 auto *Fn = Suspend->getMustTailCallFunction(); in splitCoroutine()
H A DCoroFrame.cpp2031 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in normalizeCoroutine()