Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp31 legacy::PassManager CodeGenPasses; in codegen() local
32 if (TM->addPassesToEmitFile(CodeGenPasses, OS, nullptr, FileType)) in codegen()
34 CodeGenPasses.run(*M); in codegen()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp364 legacy::PassManager CodeGenPasses; in codegen() local
365 if (TM->addPassesToEmitFile(CodeGenPasses, *Stream->OS, in codegen()
369 CodeGenPasses.run(Mod); in codegen()