Searched refs:getInstrCost (Results 1 – 4 of 4) sorted by relevance
49 LLVM_ABI int getInstrCost();
803 int InstrCost = InlineConstants::getInstrCost(); in computeBBInlineCost()882 2 * InlineConstants::getInstrCost() * Cloner.OutlinedFunctions.size(); in computeOutliningCosts()
1353 ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()1355 ArgStackCost.getValue() * InlineConstants::getInstrCost(); in adjustInliningThresholdUsingCallee()
202 int getInstrCost() { return InstrCost; } in getInstrCost() function