HomeSort by relevance Sort by last modified time
    Searched refs:SROACostSavings (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
InlineCost.cpp 218 NumInstructionsSimplified(0), SROACostSavings(0),
234 unsigned SROACostSavings;
271 SROACostSavings -= CostIt->second;
288 SROACostSavings += InstructionCost;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 290 NumInstructionsSimplified(0), SROACostSavings(0),
306 unsigned SROACostSavings;
343 SROACostSavings -= CostIt->second;
361 SROACostSavings += InstructionCost;
    [all...]

Completed in 641 milliseconds