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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 372 auto SwitchId = cast<CoroIdInst>(Id);
376 this->SwitchLowering.PromiseAlloca = SwitchId->getPromise();
CoroSplit.cpp 1279 auto SwitchId = cast<CoroIdInst>(CoroId);
1280 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr);

Completed in 29 milliseconds