Searched refs:isFallthrough (Results 1 – 4 of 4) sorted by relevance
250 if (CoroEnds.back()->isFallthrough() && isa<CoroEndInst>(II)) { in buildFrom()255 if (CoroEnds.front()->isFallthrough()) in buildFrom()
195 if (cast<AnyCoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
618 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function
2468 bool isFallthrough = hasSpecificAttr<FallThroughAttr>(A->getAttrs()); in isFallthroughStatement() local2469 assert((!isFallthrough || isa<NullStmt>(A->getSubStmt())) && in isFallthroughStatement()2471 return isFallthrough; in isFallthroughStatement()