Searched refs:log_counter (Results 1 – 6 of 6) sorted by relevance
33 static int log_counter = 0; in Compile() local36 if (log_counter < 20) { in Compile()37 ++log_counter; in Compile()
33 static int log_counter = 0; in Compile() local35 if (log_counter < 20) { in Compile()36 ++log_counter; in Compile()
30 static std::atomic<int> log_counter(0); variable51 std::string name = llvm::formatv("{0,0+4}_mlir_bridge_{1}_{2}", log_counter++, in Log()
280 static int log_counter = 0;281 if (log_counter < 10) {282 log_counter++;306 static int log_counter = 0;307 if (log_counter < 10) {308 log_counter++;
267 static std::atomic<int32> log_counter{0}; in AllocateRaw() local268 int32 counter_value = log_counter.load(std::memory_order_relaxed); in AllocateRaw()270 log_counter.store(counter_value + 1, std::memory_order_relaxed); in AllocateRaw()
1008 static int log_counter = 0; in ProcessDeviceStats() local1009 if (log_counter < 10) { in ProcessDeviceStats()1010 log_counter++; in ProcessDeviceStats()