Searched refs:ShortenInstructions (Results 1 – 4 of 4) sorted by relevance
287 class ShortenInstructions : public BinaryFunctionPass {291 explicit ShortenInstructions(const cl::opt<bool> &PrintPass) in ShortenInstructions() function
334 Manager.registerPass(std::make_unique<ShortenInstructions>(NeverPrint)); in runAllPasses()
371 Manager.registerPass(std::make_unique<ShortenInstructions>(opts::NeverPrint)); in runOptimizationPasses()
994 uint64_t ShortenInstructions::shortenInstructions(BinaryFunction &Function) { in shortenInstructions()1021 void ShortenInstructions::runOnFunctions(BinaryContext &BC) { in runOnFunctions()