Searched refs:InstrDynamicCount (Results 1 – 2 of 2) sorted by relevance
719 std::atomic<std::uint64_t> ShrinkWrapping::InstrDynamicCount{0};1988 InstrDynamicCount += TotalInstrs; in perform()2045 if (!InstrDynamicCount || !StoreDynamicCount) in printStats()2050 (100.0 * SpillsMovedDynamicCount / InstrDynamicCount)) in printStats()2058 (100.0 * SpillsFailedDynamicCount / InstrDynamicCount)) in printStats()
315 static std::atomic<std::uint64_t> InstrDynamicCount; variable