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

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 124 static bool rotateLoop(Loop *L, unsigned MaxHeaderSize, LoopInfo *LI,
168 if (Metrics.NumInsts > MaxHeaderSize)
532 static bool iterativelyRotateLoop(Loop *L, unsigned MaxHeaderSize, LoopInfo *LI,
546 while (rotateLoop(L, MaxHeaderSize, LI, TTI, AC, DT, SE, SimplifiedLatch)) {
562 unsigned MaxHeaderSize;
569 MaxHeaderSize = DefaultRotationThreshold;
571 MaxHeaderSize = unsigned(SpecifiedMaxHeaderSize);
605 return iterativelyRotateLoop(L, MaxHeaderSize, LI, TTI, AC, DT, SE);
622 Pass *llvm::createLoopRotatePass(int MaxHeaderSize) {
623 return new LoopRotate(MaxHeaderSize);
    [all...]
  /external/llvm/include/llvm/Transforms/
Scalar.h 198 Pass *createLoopRotatePass(int MaxHeaderSize = -1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 94 milliseconds