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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 324 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(II)) {
719 void CoroAsyncEndInst::checkWellFormed() const {
CoroInstr.h 634 class LLVM_LIBRARY_VISIBILITY CoroAsyncEndInst : public AnyCoroEndInst {
CoroFrame.cpp 2553 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(CE)) {
CoroSplit.cpp 184 auto *EndAsync = dyn_cast<CoroAsyncEndInst>(End);

Completed in 73 milliseconds