Searched refs:isFallthrough (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp175 if (cast<CoroEndInst>(&I)->isFallthrough())
H A DCoroutines.cpp310 if (CoroEnds.back()->isFallthrough()) {
314 if (CoroEnds.front()->isFallthrough())
H A DCoroInstr.h445 bool isFallthrough() const { return !isUnwind(); } function in class:llvm::CoroEndInst

Completed in 106 milliseconds