Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp232 if (CII->getInfo().isPreSplit()) { in lowerEarlyIntrinsics()
H A DCoroutines.cpp244 if (Id && !Id->getInfo().isPreSplit()) in analyze()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h195 bool isPreSplit() const { return !isPostSplit(); } in isPreSplit() function