OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumOpts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
102
:
NumOpts
(OptVec.size()), Opts(new MCRegister[
NumOpts
]) {
106
unsigned size() const { return
NumOpts
; }
110
if (
NumOpts
!= Other.
NumOpts
)
112
return std::equal(Opts.get(), Opts.get() +
NumOpts
, Other.Opts.get());
120
unsigned
NumOpts
= 0;
126
MCRegister *OEnd = OptRegs.Opts.get() + OptRegs.
NumOpts
;
127
return hash_combine(OptRegs.
NumOpts
,
186
: RS(Other.RS),
NumOpts
(Other.NumOpts), DeniedOpts(Other.DeniedOpts)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp
1120
if (unsigned
NumOpts
= options::extra.size())
1121
cl::ParseCommandLineOptions(
NumOpts
, &options::extra[0]);
/src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp
2031
unsigned
NumOpts
= getNumOptions();
2032
for (unsigned i = 0; i !=
NumOpts
; ++i) {
2040
for (unsigned j = 0; j !=
NumOpts
; ++j) {
Completed in 25 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026