Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp145 bool isSwitchDestroyFunction() { in isSwitchDestroyFunction() function in __anonb4c3247d0111::CoroCloner
521 if (isSwitchDestroyFunction() && Shape.SwitchLowering.HasUnwindCoroEnd) in handleFinalSuspend()
528 if (isSwitchDestroyFunction()) { in handleFinalSuspend()
638 SuspendResult = Builder.getInt8(isSwitchDestroyFunction() ? 1 : 0); in replaceCoroSuspends()