Searched refs:UnrollLoop (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DUnrollLoop.h1 //===- llvm/Transforms/Utils/UnrollLoop.h - Unrolling utilities -*- C++ -*-===//
25 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount,
/external/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h1 //===- llvm/Transforms/Utils/UnrollLoop.h - Unrolling utilities -*- C++ -*-===//
32 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp24 #include "llvm/Transforms/Utils/UnrollLoop.h"
151 // Find "latch trip count". UnrollLoop assumes that control cannot exit
210 if (!UnrollLoop(L, Count, TripCount, TripMultiple, LI, &LPM))
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DLoopUnroll.cpp1 //===-- 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, function in class:llvm
/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp1 //===-- 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, function in class:llvm
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp36 #include "llvm/Transforms/Utils/UnrollLoop.h"
973 if (!UnrollLoop(L, UP.Count, TripCount, UP.Force, UP.Runtime,

Completed in 176 milliseconds