Searched refs:FatLtoCleanup (Results 1 – 4 of 4) sorted by relevance
27 class FatLtoCleanup : public PassInfoMixin<FatLtoCleanup> {29 FatLtoCleanup() {} in FatLtoCleanup() function
107 PreservedAnalyses FatLtoCleanup::run(Module &M, ModuleAnalysisManager &AM) { in run()
109 MODULE_PASS("fatlto-cleanup", FatLtoCleanup())
1687 MPM.addPass(FatLtoCleanup()); in buildFatLTODefaultPipeline()