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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h 103 SmallVector<CallInst*, 2> SwiftErrorOps;
CoroFrame.cpp 2128 Shape.SwiftErrorOps.push_back(Call);
2144 Shape.SwiftErrorOps.push_back(Call);
CoroSplit.cpp 616 for (CallInst *Op : Shape.SwiftErrorOps) {
639 // If we're updating the original function, we've invalidated SwiftErrorOps.
641 Shape.SwiftErrorOps.clear();
1801 // This invalidates SwiftErrorOps in the Shape.

Completed in 20 milliseconds