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

References

lib/Transforms/IPO/PartialInlining.cpp
 1398     OptimizationRemarkEmitter CallerORE(CS.getCaller());
 1399     if (!shouldPartialInline(CS, Cloner, WeightedRcost, CallerORE))
 1404     OptimizationRemark OR(DEBUG_TYPE, "PartiallyInlined", CS.getInstruction());
 1406        << ore::NV("Caller", CS.getCaller());
 1411     if (!InlineFunction(CS, IFI, nullptr, true,