OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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++ -*-===//
25
bool
UnrollLoop
(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime,
/external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp
26
#include "llvm/Transforms/Utils/
UnrollLoop
.h"
162
// Find "latch trip count".
UnrollLoop
assumes that control cannot exit
234
if (!
UnrollLoop
(L, Count, TripCount, UnrollRuntime, TripMultiple, LI, &LPM))
/external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp
1
//===--
UnrollLoop
.cpp - Loop unrolling utilities -------------------------===//
20
#include "llvm/Transforms/Utils/
UnrollLoop
.h"
121
/// executes.
UnrollLoop
relaxes the definition to permit early exits: here
123
/// exits were taken. Note that
UnrollLoop
assumes that the loop counter test
139
bool llvm::
UnrollLoop
(Loop *L, unsigned Count, unsigned TripCount,
Completed in 66 milliseconds