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

  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 212 unsigned LoopSize = Metrics.NumInsts;
217 if (LoopSize == 0) LoopSize = 1;
219 return LoopSize;
361 unsigned LoopSize =
363 DEBUG(dbgs() << " Loop Size = " << LoopSize << "\n");
364 uint64_t UnrolledSize = (uint64_t)LoopSize * Count;
409 Count = PartialThreshold / LoopSize;
423 UnrolledSize = LoopSize * Count;
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 4021 milliseconds