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