Searched refs:getInstrCost (Results 1 – 4 of 4) sorted by relevance
47 int getInstrCost();
808 int InstrCost = InlineConstants::getInstrCost(); in computeBBInlineCost()887 2 * InlineConstants::getInstrCost() * Cloner.OutlinedFunctions.size(); in computeOutliningCosts()
1244 *ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()1246 *ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()
195 int getInstrCost() { return InstrCost; } in getInstrCost() function