Home
last modified time | relevance | path

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

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