Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp327 if (CoroEnds.back()->isFallthrough() && isa<CoroEndInst>(II)) { in buildFrom()
332 if (CoroEnds.front()->isFallthrough()) in buildFrom()
H A DCoroEarly.cpp173 if (cast<AnyCoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
H A DCoroInstr.h606 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function