OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Unrolled
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopUnrolling.cpp
10
///
unrolled
. Moreover, these functions manages the stack of loop which is
29
enum Kind { Normal,
Unrolled
} K;
43
return LoopState(
Unrolled
, S, L, N);
45
bool isUnrolled() const { return K ==
Unrolled
; }
/src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
OptReport.cpp
97
OptReportLocationItemInfo
Unrolled
;
106
Unrolled
|= RHS.
Unrolled
;
122
else if (
Unrolled
< RHS.
Unrolled
)
124
else if (RHS.
Unrolled
<
Unrolled
)
235
UpdateLLII(LI.
Unrolled
);
289
bool NothingUnrolled = !MaxLI.
Unrolled
.Transformed;
321
UnrolledCols += CI.second.
Unrolled
.Analyzed
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026