reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 int getCallsiteCost(CallBase &Call, const DataLayout &DL);
1761 addCost(-getCallsiteCost(Call, DL));
lib/Transforms/IPO/PartialInlining.cpp815 int NonWeightedSavings = getCallsiteCost(cast<CallBase>(*Call), DL); 872 InlineCost += getCallsiteCost(*CI, DL); 877 InlineCost += getCallsiteCost(*II, DL);