Searched refs:accumulateSROACost (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 137 void accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, 285 void CallAnalyzer::accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, in accumulateSROACost() function in CallAnalyzer 720 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitCmpInst() 790 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitLoad() 805 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 191 void accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, 358 void CallAnalyzer::accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, in accumulateSROACost() function in CallAnalyzer 1021 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitCmpInst() 1100 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitLoad() 1124 accumulateSROACost(CostIt, InlineConstants::InstrCost); in visitStore()
|