Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp286 if (CoroEnds.back()->isFallthrough()) { in buildFrom()
290 if (CoroEnds.front()->isFallthrough()) in buildFrom()
DCoroEarly.cpp175 if (cast<CoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
DCoroInstr.h307 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function