Searched refs:IdenticalCodeFolding (Results 1 – 6 of 6) sorted by relevance
21 class IdenticalCodeFolding : public BinaryFunctionPass {34 explicit IdenticalCodeFolding(const cl::opt<bool> &PrintPass) in IdenticalCodeFolding() function
19 IdenticalCodeFolding.cpp
409 void IdenticalCodeFolding::runOnFunctions(BinaryContext &BC) { in runOnFunctions()
343 Manager.registerPass(std::make_unique<IdenticalCodeFolding>(PrintICF), in runAllPasses()368 Manager.registerPass(std::make_unique<IdenticalCodeFolding>(PrintICF), in runAllPasses()
689 IdenticalCodeFolding ICF(opts::NeverPrint); in compare()
26 bolt/include/bolt/Passes/IdenticalCodeFolding.h