Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryPasses.h287 class ShortenInstructions : public BinaryFunctionPass {
291 explicit ShortenInstructions(const cl::opt<bool> &PrintPass) in ShortenInstructions() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBinaryPassManager.cpp334 Manager.registerPass(std::make_unique<ShortenInstructions>(NeverPrint)); in runAllPasses()
H A DMachORewriteInstance.cpp371 Manager.registerPass(std::make_unique<ShortenInstructions>(opts::NeverPrint)); in runOptimizationPasses()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp994 uint64_t ShortenInstructions::shortenInstructions(BinaryFunction &Function) { in shortenInstructions()
1021 void ShortenInstructions::runOnFunctions(BinaryContext &BC) { in runOnFunctions()