Home
last modified time | relevance | path

Searched refs:isSwitchDestroyFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCloner.h105 bool isSwitchDestroyFunction() { in isSwitchDestroyFunction() function
H A DCoroSplit.cpp411 if (isSwitchDestroyFunction() && Shape.SwitchLowering.HasUnwindCoroEnd) in handleFinalSuspend()
418 if (isSwitchDestroyFunction()) { in handleFinalSuspend()
530 SuspendResult = Builder.getInt8(isSwitchDestroyFunction() ? 1 : 0); in replaceCoroSuspends()