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

References

lib/Transforms/IPO/AlwaysInliner.cpp
   67       InlinedFunctions.push_back(&F);
   71   erase_if(InlinedFunctions, [&](Function *F) {
   78       InlinedFunctions, [&](Function *F) { return F->hasComdat(); });
   79   for (Function *F : make_range(NonComdatBegin, InlinedFunctions.end()))
   81   InlinedFunctions.erase(NonComdatBegin, InlinedFunctions.end());
   81   InlinedFunctions.erase(NonComdatBegin, InlinedFunctions.end());
   83   if (!InlinedFunctions.empty()) {
   86     filterDeadComdatFunctions(M, InlinedFunctions);
   88     for (Function *F : InlinedFunctions)