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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h 174 AnyCoroIdRetconInst *getRetconCoroId() const {
177 return cast<AnyCoroIdRetconInst>(CoroBegin->getId());
CoroInstr.h 204 class LLVM_LIBRARY_VISIBILITY AnyCoroIdRetconInst : public AnyCoroIdInst {
252 : public AnyCoroIdRetconInst {
265 : public AnyCoroIdRetconInst {
Coroutines.cpp 408 auto ContinuationId = cast<AnyCoroIdRetconInst>(Id);
589 static void checkWFRetconPrototype(const AnyCoroIdRetconInst *I, Value *V) {
661 void AnyCoroIdRetconInst::checkWellFormed() const {
CoroSplit.cpp 1633 auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId());

Completed in 19 milliseconds