Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3356 static std::atomic<int> CallTimes; in dumpGraph() local
3364 Prefix + "_" + std::to_string(CallTimes.load()) + ".dot"; in dumpGraph()
3374 CallTimes++; in dumpGraph()