Home
last modified time | relevance | path

Searched refs:InstrCost (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DInlineCost.cpp598 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitCmpInst()
668 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitLoad()
683 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitStore()
804 Cost += CS.arg_size() * InlineConstants::InstrCost; in visitCallSite()
821 Cost += CS.arg_size() * InlineConstants::InstrCost; in visitCallSite()
885 Cost += (SuccessorBlocks.size() - 1) * InlineConstants::InstrCost; in visitSwitchInst()
998 Cost += InlineConstants::InstrCost; in analyzeBlock()
1117 Cost -= 2 * NumStores * InlineConstants::InstrCost; in analyzeCall()
1121 Cost -= InlineConstants::InstrCost; in analyzeCall()
/external/llvm/include/llvm/Analysis/
DInlineCost.h30 const int InstrCost = 5; variable