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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 677 unsigned SetupCost;
682 SetupCost(0) {}
692 | ImmCost | SetupCost) != ~0u)
694 & ImmCost & SetupCost) == ~0u);
787 ++SetupCost;
856 SetupCost = ~0u;
871 if (SetupCost != Other.SetupCost)
872 return SetupCost < Other.SetupCost;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 854 unsigned SetupCost;
860 SetupCost(0), ScaleCost(0) {}
870 | ImmCost | SetupCost | ScaleCost) != ~0u)
872 & ImmCost & SetupCost & ScaleCost) == ~0u);
    [all...]

Completed in 40 milliseconds