Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h549 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
688 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
H A DCoroutines.cpp627 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed()
H A DCoroSplit.cpp193 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync()
1838 auto *Fn = Suspend->getMustTailCallFunction(); in splitAsyncCoroutine()
H A DCoroFrame.cpp3096 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()