Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h618 bool isFallthrough() const { return !isUnwind(); } in isFallthrough()
619 bool isUnwind() const { in isUnwind() function
H A DCoroutines.cpp247 if (CoroEnds.back()->isUnwind()) in buildFrom()
H A DCoroSplit.cpp345 if (End->isUnwind()) in replaceCoroEnd()