Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h192 bool isPostSplit() const { return Resumers != nullptr; } in isPostSplit() function
193 bool isPreSplit() const { return !isPostSplit(); } in isPreSplit()
H A DCoroElide.cpp165 if (CII->getInfo().isPostSplit()) in collectPostSplitCoroIds()