Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UseCount
(Results
1 - 19
of
19
) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerDictionary.h
67
void IncUseCount() {
UseCount
++; }
in IncUseCount()
69
size_t GetUseCount() const { return
UseCount
; }
in GetUseCount()
82
size_t
UseCount
= 0;
member in fuzzer::DictionaryEntry
/third_party/node/deps/v8/src/compiler/
H
A
D
branch-condition-duplicator.cc
53
if (input->
UseCount
() > 1) {
in CanDuplicate()
74
if (condNode->
UseCount
() > 1 && CanDuplicate(condNode)) {
in DuplicateConditionIfNeeded()
H
A
D
js-inlining-heuristic.cc
322
if (state_values->
UseCount
() > 1) return true;
in CollectStateValuesOwnedUses()
346
if (state_values->
UseCount
() > 1) return state_values;
in DuplicateStateValuesAndRename()
374
if (frame_state->
UseCount
() > 1) return true;
in CollectFrameStateUniqueUses()
393
if (frame_state->
UseCount
() > 1) return frame_state;
in DuplicateFrameStateAndRename()
H
A
D
wasm-loop-peeling.cc
43
node->opcode() != IrOpcode::kTerminate && node->
UseCount
() == 0) {
in PeelWasmLoop()
H
A
D
loop-unrolling.cc
47
node->opcode() != IrOpcode::kTerminate && node->
UseCount
() == 0) {
in UnrollLoop()
H
A
D
branch-elimination.cc
272
control_input->
UseCount
() == 1) {
in ReduceTrapConditional()
H
A
D
node-properties.cc
261
DCHECK_LE(static_cast<int>(projection_count), node->
UseCount
());
in CollectControlProjections()
H
A
D
node.h
100
int
UseCount
() const;
H
A
D
node.cc
288
int Node::
UseCount
() const {
in UseCount()
function in v8::internal::compiler::Node
H
A
D
wasm-inlining.cc
321
if (if_exception->
UseCount
() == 0) return if_exception;
in DanglingHandler()
H
A
D
machine-operator-reducer.cc
1397
m.left().node()->
UseCount
() == 1) {
in ReduceWord32Comparisons()
1413
m.right().node()->
UseCount
() == 1) {
in ReduceWord32Comparisons()
2382
lhs->
UseCount
() == 1) {
in ReduceWord32EqualForConstantRhs()
H
A
D
graph-visualizer.cc
648
int uses = node->
UseCount
();
in PrintSchedule()
H
A
D
raw-machine-assembler.cc
177
if (phi->
UseCount
() != 1) continue;
in OptimizeControlFlow()
H
A
D
effect-control-linearizer.cc
582
if (phi->
UseCount
() == 0) {
in TryCloneBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPURewriteOutArguments.cpp
138
int
UseCount
= 0;
in checkArgumentUses()
local
142
if (
UseCount
> MaxUses)
in checkArgumentUses()
182
++
UseCount
;
in checkArgumentUses()
186
return
UseCount
> 0;
in checkArgumentUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
ScheduleDAGSDNodes.cpp
234
unsigned
UseCount
= 0;
in ClusterNeighboringLoads()
local
236
I != E &&
UseCount
< 100; ++I, ++
UseCount
) {
in ClusterNeighboringLoads()
255
// Reset
UseCount
to allow more matches.
in ClusterNeighboringLoads()
256
UseCount
= 0;
in ClusterNeighboringLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceTargetLowering.cpp
558
SizeT
UseCount
= 0;
in postRegallocSplitting()
member
580
Info.
UseCount
++;
in postRegallocSplitting()
591
if (Info.
UseCount
< MinUseThreshold)
in postRegallocSplitting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
NewGVN.cpp
3557
// reachable uses for each value is stored in
UseCount
, and instructions that
3605
unsigned int
UseCount
= 0;
3634
++
UseCount
;
3642
if (
UseCount
== 0)
3645
UseCounts[Def] =
UseCount
;
4032
auto &
UseCount
= UseCounts[U->get()];
4033
if (--
UseCount
== 0) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86ISelDAGToDAG.cpp
334
uint32_t
UseCount
= 0;
in shouldAvoidImmediateInstFormsForSize()
local
344
UE = N->use_end(); (UI != UE) && (
UseCount
< 2); ++UI) {
in shouldAvoidImmediateInstFormsForSize()
351
UseCount
++;
in shouldAvoidImmediateInstFormsForSize()
358
UseCount
++;
in shouldAvoidImmediateInstFormsForSize()
401
UseCount
++;
in shouldAvoidImmediateInstFormsForSize()
405
return (
UseCount
> 1);
in shouldAvoidImmediateInstFormsForSize()
Completed in 46 milliseconds