Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp171 if (cast<AnyCoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
H A DCoroInstr.h606 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function