Searched refs:isUnwind (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h445 bool isFallthrough() const { return !isUnwind(); }
446 bool isUnwind() const { function in class:llvm::CoroEndInst
H A DCoroSplit.cpp252 if (End->isUnwind())

Completed in 112 milliseconds