Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp266 if (CoroEnds.back()->isFallthrough() && isa<CoroEndInst>(II)) { in analyze()
271 if (CoroEnds.front()->isFallthrough()) in analyze()
H A DCoroEarly.cpp224 if (cast<AnyCoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h685 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2561 bool isFallthrough = hasSpecificAttr<FallThroughAttr>(A->getAttrs()); in isFallthroughStatement() local
2562 assert((!isFallthrough || isa<NullStmt>(A->getSubStmt())) && in isFallthroughStatement()
2564 return isFallthrough; in isFallthroughStatement()