Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h551 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
640 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
H A DCoroutines.cpp720 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed()
H A DCoroSplit.cpp192 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync()
1636 auto *Fn = Suspend->getMustTailCallFunction(); in splitAsyncCoroutine()
H A DCoroFrame.cpp2615 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()