reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/GlobalOpt.cpp
 2195     auto It = std::find(AllCallsCold.begin(), AllCallsCold.end(), CallerFunc);
 2195     auto It = std::find(AllCallsCold.begin(), AllCallsCold.end(), CallerFunc);
 2196     if (It == AllCallsCold.end())