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