Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h159 bool isPostSplit() const { return Resumers != nullptr; } in isPostSplit() function
160 bool isPreSplit() const { return !isPostSplit(); } in isPreSplit()
H A DCoroElide.cpp280 if (CII->getInfo().isPostSplit()) in collectPostSplitCoroIds()