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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 1 //===-- UnrollLoop.cpp - Loop unrolling utilities -------------------------===//
20 #include "llvm/Transforms/Utils/UnrollLoop.h"
119 /// executes. UnrollLoop relaxes the definition to permit early exits: here
121 /// exits were taken. Note that UnrollLoop assumes that the loop counter test
137 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount,
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 1 //===-- UnrollLoop.cpp - Loop unrolling utilities -------------------------===//
19 #include "llvm/Transforms/Utils/UnrollLoop.h"
152 /// The function is just a helper function for llvm::UnrollLoop that returns
181 /// executes. UnrollLoop relaxes the definition to permit early exits: here
183 /// exits were taken. Note that UnrollLoop assumes that the loop counter test
192 /// If AllowRuntime is true then UnrollLoop will consider unrolling loops that
195 /// iterations before branching into the unrolled loop. UnrollLoop will not
203 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force,

Completed in 73 milliseconds