Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroAnnotationElide.cpp145 bool IsCallerPresplitCoroutine = Caller->isPresplitCoroutine(); in run() local
147 if (IsCallerPresplitCoroutine && HasAttr) { in run()
175 << ore::NV("caller_presplit", IsCallerPresplitCoroutine) in run()