Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1022 std::atomic<uint64_t> NumShortened{0}; in runOnFunctions() local
1028 [&](BinaryFunction &BF) { NumShortened += shortenInstructions(BF); }, in runOnFunctions()
1031 outs() << "BOLT-INFO: " << NumShortened << " instructions were shortened\n"; in runOnFunctions()