Searched defs:InstructionCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInlineCost.cpp89 int InstructionCost);
92 int InstructionCost);
202 int InstructionCost) {
203 CostIt->second += InstructionCost;
204 SROACostSavings += InstructionCost;
212 int InstructionCost) {
214 accumulateSROACost(CostIt, InstructionCost);
201 accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, int InstructionCost) argument
210 handleSROACandidate(bool IsSROAValid, DenseMap<Value *, int>::iterator CostIt, int InstructionCost) argument

Completed in 36 milliseconds