HomeSort by: relevance | last modified time | path
    Searched refs:isFallthrough (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroEarly.cpp 171 if (cast<AnyCoroEndInst>(&I)->isFallthrough())
Coroutines.cpp 327 if (CoroEnds.back()->isFallthrough() && isa<CoroEndInst>(II)) {
332 if (CoroEnds.front()->isFallthrough())
CoroInstr.h 606 bool isFallthrough() const { return !isUnwind(); }

Completed in 56 milliseconds