Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h678 bool isFallthrough() const { return !isUnwind(); } in isFallthrough()
679 bool isUnwind() const { in isUnwind() function
H A DCoroutines.cpp250 if (CoroEnds.back()->isUnwind()) in buildFrom()
H A DCoroSplit.cpp478 if (End->isUnwind()) in replaceCoroEnd()