Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h551 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
652 Function *getMustTailCallFunction() const { in getMustTailCallFunction() function
H A DCoroutines.cpp649 auto *MustTailCallFunc = getMustTailCallFunction(); in checkWellFormed()
H A DCoroSplit.cpp192 auto *MustTailCallFunc = EndAsync->getMustTailCallFunction(); in replaceCoroEndAsync()
1763 auto *Fn = Suspend->getMustTailCallFunction(); in splitAsyncCoroutine()
H A DCoroFrame.cpp2755 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()