Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp173 bool HasUnwindCoroEnd = false; in buildFrom() local
251 HasUnwindCoroEnd = true; in buildFrom()
301 this->SwitchLowering.HasUnwindCoroEnd = HasUnwindCoroEnd; in buildFrom()
H A DCoroInternal.h124 bool HasUnwindCoroEnd; member
H A DCoroSplit.cpp424 if (Shape.SwitchLowering.HasUnwindCoroEnd && in markCoroutineAsDone()
502 if (isSwitchDestroyFunction() && Shape.SwitchLowering.HasUnwindCoroEnd) in handleFinalSuspend()