Home
last modified time | relevance | path

Searched defs:CoroEarly (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp224 struct CoroEarly : public FunctionPass { struct
225 static char ID; // Pass identification, replacement for typeid.
226 CoroEarly() : FunctionPass(ID) { in CoroEarly() function
230 std::unique_ptr<Lowerer> L;
234 bool doInitialization(Module &M) override { in doInitialization()
243 bool runOnFunction(Function &F) override { in runOnFunction()
250 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
253 StringRef getPassName() const override { in getPassName()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCoroutines.rst1266 CoroEarly section in Coroutine Transformation Passes
1273 .. _CoroSplit: