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

  /external/llvm/include/llvm/Transforms/Utils/
UnrollLoop.h 1 //===- llvm/Transforms/Utils/UnrollLoop.h - Unrolling utilities -*- C++ -*-===//
26 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime,
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 28 #include "llvm/Transforms/Utils/UnrollLoop.h"
344 // Find "latch trip count". UnrollLoop assumes that control cannot exit
463 if (!UnrollLoop(L, Count, TripCount, AllowRuntime, TripMultiple, LI, this, &LPM))
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 1 //===-- UnrollLoop.cpp - Loop unrolling utilities -------------------------===//
19 #include "llvm/Transforms/Utils/UnrollLoop.h"
129 /// executes. UnrollLoop relaxes the definition to permit early exits: here
131 /// exits were taken. Note that UnrollLoop assumes that the loop counter test
147 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount,

Completed in 120 milliseconds