Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp148 bool isSwitchDestroyFunction() { in isSwitchDestroyFunction() function in __anon98d7ec870111::CoroCloner
502 if (isSwitchDestroyFunction() && Shape.SwitchLowering.HasUnwindCoroEnd) in handleFinalSuspend()
509 if (isSwitchDestroyFunction()) { in handleFinalSuspend()
621 SuspendResult = Builder.getInt8(isSwitchDestroyFunction() ? 1 : 0); in replaceCoroSuspends()