Home
last modified time | relevance | path

Searched refs:createCoroCleanupLegacyPass (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DCoroutines.h33 Pass *createCoroCleanupLegacyPass();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp58 PM.add(createCoroCleanupLegacyPass()); in addCoroutineOpt0Passes()
78 PM.add(createCoroCleanupLegacyPass()); in addCoroutineOptimizerLastPasses()
650 unwrap(PM)->add(createCoroCleanupLegacyPass()); in LLVMAddCoroCleanupPass()
DCoroCleanup.cpp139 Pass *llvm::createCoroCleanupLegacyPass() { return new CoroCleanupLegacy(); } in createCoroCleanupLegacyPass() function in llvm
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp4425 pm.add(llvm::createCoroCleanupLegacyPass()); in acquireCoroutine()