Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h582 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
721 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
H A DCoroutines.cpp634 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed()
H A DCoroSplit.cpp271 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync()
1750 auto *Fn = Suspend->getMustTailCallFunction(); in splitAsyncCoroutine()
H A DCoroFrame.cpp3128 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()