Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DCoverageMapping.cpp443 for (const auto &InstantiationSet : InstantiationSetCollector) { in getInstantiations() local
444 if (InstantiationSet.second.size() < 2) in getInstantiations()
446 Result.insert(Result.end(), InstantiationSet.second.begin(), in getInstantiations()
447 InstantiationSet.second.end()); in getInstantiations()