Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp222 Shape.HasFinalSuspend = false; in clear()
263 if (HasFinalSuspend) in buildFrom()
266 HasFinalSuspend = true; in buildFrom()
339 if (HasFinalSuspend && in buildFrom()
DCoroInternal.h86 bool HasFinalSuspend; member
DCoroSplit.cpp223 assert(Shape.HasFinalSuspend); in handleFinalSuspend()
308 if (Shape.HasFinalSuspend) { in createClone()