Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3615 static std::atomic<int> CallTimes; in dumpGraph() local
3623 Prefix + "_" + std::to_string(CallTimes.load()) + ".dot"; in dumpGraph()
3633 CallTimes++; in dumpGraph()