Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp298 class MergeFunctionsLegacyPass : public ModulePass { class
302 MergeFunctionsLegacyPass(): ModulePass(ID) { in MergeFunctionsLegacyPass() function in __anon602bf6380111::MergeFunctionsLegacyPass
317 char MergeFunctionsLegacyPass::ID = 0;
318 INITIALIZE_PASS(MergeFunctionsLegacyPass, "mergefunc",
322 return new MergeFunctionsLegacyPass(); in createMergeFunctionsPass()