Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFatLTOCleanup.h27 class FatLtoCleanup : public PassInfoMixin<FatLtoCleanup> {
29 FatLtoCleanup() {} in FatLtoCleanup() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFatLTOCleanup.cpp107 PreservedAnalyses FatLtoCleanup::run(Module &M, ModuleAnalysisManager &AM) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def109 MODULE_PASS("fatlto-cleanup", FatLtoCleanup())
H A DPassBuilderPipelines.cpp1687 MPM.addPass(FatLtoCleanup()); in buildFatLTODefaultPipeline()