Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp174 bool HasUnwindCoroEnd = false; in buildFrom() local
248 HasUnwindCoroEnd = true; in buildFrom()
298 this->SwitchLowering.HasUnwindCoroEnd = HasUnwindCoroEnd; in buildFrom()
H A DCoroInternal.h115 bool HasUnwindCoroEnd; member
H A DCoroSplit.cpp409 if (!S->isFinal() || Shape.SwitchLowering.HasUnwindCoroEnd) { in createResumeEntryBlock()
476 if (isSwitchDestroyFunction() && Shape.SwitchLowering.HasUnwindCoroEnd) in handleFinalSuspend()