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

  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate;
236 std::min(Node->getLoopNestDepth(), MaxLoopNestDepth);
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 58 static const unsigned MaxLoopNestDepth = 10;
78 if (Level > MaxLoopNestDepth) {
80 << MaxLoopNestDepth << "\n");
    [all...]

Completed in 2841 milliseconds