Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp310 if (CoroEnds.back()->isFallthrough()) { in buildFrom()
314 if (CoroEnds.front()->isFallthrough()) in buildFrom()
DCoroEarly.cpp175 if (cast<CoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
DCoroInstr.h445 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function