OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
384
uint32_t
OtherCount
= 0;
386
OtherCount
+= hasForEachSignatureUsrData(Signature);
387
OtherCount
+= hasForEachSignatureX(Signature);
388
OtherCount
+= hasForEachSignatureY(Signature);
389
OtherCount
+= hasForEachSignatureZ(Signature);
390
OtherCount
+= hasForEachSignatureCtxt(Signature);
391
OtherCount
+= hasForEachSignatureOut(Signature) &&
394
return Function->arg_size() -
OtherCount
;
/external/llvm/lib/ProfileData/
InstrProf.cpp
227
uint64_t
OtherCount
= Other.Counts[I];
229
OtherCount
= SaturatingMultiply(
OtherCount
, Weight, &Overflowed);
233
Counts[I] = SaturatingAdd(Counts[I],
OtherCount
, &Overflowed);
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
[
all
...]
Completed in 60 milliseconds