Searched refs:NumShortened (Results 1 – 1 of 1) sorted by relevance
1022 std::atomic<uint64_t> NumShortened{0}; in runOnFunctions() local1028 [&](BinaryFunction &BF) { NumShortened += shortenInstructions(BF); }, in runOnFunctions()1031 outs() << "BOLT-INFO: " << NumShortened << " instructions were shortened\n"; in runOnFunctions()