OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Levels
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpFrame.cpp
91
llvm::SmallVector<Pointer, 2>
Levels
;
93
Levels
.push_back(F);
98
for (auto It =
Levels
.rbegin(); It !=
Levels
.rend(); ++It) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFLGraph.h
74
std::vector<NodeInfo>
Levels
;
78
auto NumLevels =
Levels
.size();
81
Levels
.resize(Level + 1);
86
assert(Level <
Levels
.size());
87
return
Levels
[Level];
90
assert(Level <
Levels
.size());
91
return
Levels
[Level];
94
unsigned getNumLevels() const { return
Levels
.size(); }
LoopCacheAnalysis.cpp
235
int
Levels
= D->getLevels();
236
for (int Level = 1; Level <=
Levels
; ++Level) {
DependenceAnalysis.cpp
259
: Dependence(Source, Destination),
Levels
(CommonLevels),
270
assert(0 < Level && Level <=
Levels
&& "Level out of range");
277
assert(0 < Level && Level <=
Levels
&& "Level out of range");
286
assert(0 < Level && Level <=
Levels
&& "Level out of range");
294
assert(0 < Level && Level <=
Levels
&& "Level out of range");
302
assert(0 < Level && Level <=
Levels
&& "Level out of range");
309
assert(0 < Level && Level <=
Levels
&& "Level out of range");
606
unsigned
Levels
= getLevels();
608
for (unsigned II = 1; II <=
Levels
; ++II) {
633
if (II <
Levels
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScopedPrinter.h
75
void indent(int
Levels
= 1) { IndentLevel +=
Levels
; }
77
void unindent(int
Levels
= 1) {
78
IndentLevel = std::max(0, IndentLevel -
Levels
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h
218
unsigned
Levels
);
235
unsigned getLevels() const override { return
Levels
; }
263
unsigned short
Levels
;
471
/// Here's the map from loops to
levels
:
/src/common/dist/zlib/contrib/delphi/
ZLib.pas
409
Levels
: array [TCompressionLevel] of ShortInt =
415
CCheck(deflateInit_(FZRec,
Levels
[CompressionLevel], zlib_version, sizeof(FZRec)));
/src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas
409
Levels
: array [TCompressionLevel] of ShortInt =
415
CCheck(deflateInit_(FZRec,
Levels
[CompressionLevel], zlib_version, sizeof(FZRec)));
/src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas
409
Levels
: array [TCompressionLevel] of ShortInt =
415
CCheck(deflateInit_(FZRec,
Levels
[CompressionLevel], zlib_version, sizeof(FZRec)));
/src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas
409
Levels
: array [TCompressionLevel] of ShortInt =
415
CCheck(deflateInit_(FZRec,
Levels
[CompressionLevel], zlib_version, sizeof(FZRec)));
/src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas
409
Levels
: array [TCompressionLevel] of ShortInt =
415
CCheck(deflateInit_(FZRec,
Levels
[CompressionLevel], zlib_version, sizeof(FZRec)));
/src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h
264
#pragma mark ==
Levels
==
268
// Constants & Types -
Levels
279
//
Levels
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
136
unsigned
Levels
= D->getLevels();
138
for (unsigned II = 1; II <=
Levels
; ++II) {
1254
// Switch the loop
levels
.
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ntsecpkg.d
153
ULONG[1]
Levels
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp
1218
const std::vector<std::string> &
Levels
,
1222
for (const auto &Level :
Levels
) {
1590
// optimization
levels
above zero.
/src/share/mk/
bsd.own.mk
1998
# MAKEVERBOSE support.
Levels
are:
/src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d
468
a handful of simple instructions and 2 array reads. Subsequent
levels
3857
// iteration over
levels
of Trie, each indexes its own level and thus a shortened domain
3951
// it also makes sure that previous
levels
point to the correct page in this level
5447
The parameter `level` indicates the number of trie
levels
to use,
5448
allowed values are: 1, 2, 3 or 4.
Levels
represent different trade-offs
5475
"Sorry, toTrie doesn't support
levels
> 4, use codepointSetTrie directly");
Completed in 63 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026