OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnrollLoop
(Results
1 - 3
of
3
) 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,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnroll.cpp
1
//===--
UnrollLoop
.cpp - Loop unrolling utilities -------------------------===//
40
#include "llvm/Transforms/Utils/
UnrollLoop
.h"
164
/// The function is just a helper function for llvm::
UnrollLoop
that returns
306
/// times the loop header executes. Note that
UnrollLoop
assumes that the loop
319
/// If AllowRuntime is true then
UnrollLoop
will consider unrolling loops that
322
/// iterations before branching into the unrolled loop.
UnrollLoop
will not
333
LoopUnrollResult llvm::
UnrollLoop
(
[
all
...]
Completed in 212 milliseconds