Home
last modified time | relevance | path

Searched refs:UseCount (Results 1 – 19 of 19) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDictionary.h67 void IncUseCount() { UseCount++; } in IncUseCount()
69 size_t GetUseCount() const { return UseCount; } in GetUseCount()
82 size_t UseCount = 0; variable
/third_party/node/deps/v8/src/compiler/
Dbranch-condition-duplicator.cc53 if (input->UseCount() > 1) { in CanDuplicate()
74 if (condNode->UseCount() > 1 && CanDuplicate(condNode)) { in DuplicateConditionIfNeeded()
Djs-inlining-heuristic.cc322 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()
Dwasm-loop-peeling.cc43 node->opcode() != IrOpcode::kTerminate && node->UseCount() == 0) { in PeelWasmLoop()
Dloop-unrolling.cc47 node->opcode() != IrOpcode::kTerminate && node->UseCount() == 0) { in UnrollLoop()
Dbranch-elimination.cc272 control_input->UseCount() == 1) { in ReduceTrapConditional()
Dnode.cc288 int Node::UseCount() const { in UseCount() function in v8::internal::compiler::Node
Dwasm-inlining.cc321 if (if_exception->UseCount() == 0) return if_exception; in DanglingHandler()
Dnode-properties.cc261 DCHECK_LE(static_cast<int>(projection_count), node->UseCount()); in CollectControlProjections()
Dnode.h100 int UseCount() const;
Dmachine-operator-reducer.cc1397 m.left().node()->UseCount() == 1) { in ReduceWord32Comparisons()
1413 m.right().node()->UseCount() == 1) { in ReduceWord32Comparisons()
2382 lhs->UseCount() == 1) { in ReduceWord32EqualForConstantRhs()
Draw-machine-assembler.cc177 if (phi->UseCount() != 1) continue; in OptimizeControlFlow()
Dgraph-visualizer.cc648 int uses = node->UseCount(); in PrintSchedule()
Deffect-control-linearizer.cc582 if (phi->UseCount() == 0) { in TryCloneBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp138 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/
DScheduleDAGSDNodes.cpp234 unsigned UseCount = 0; in ClusterNeighboringLoads() local
236 I != E && UseCount < 100; ++I, ++UseCount) { in ClusterNeighboringLoads()
256 UseCount = 0; in ClusterNeighboringLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp558 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/
DNewGVN.cpp3605 unsigned int UseCount = 0; in convertClassToDFSOrdered() local
3634 ++UseCount; in convertClassToDFSOrdered()
3642 if (UseCount == 0) in convertClassToDFSOrdered()
3645 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()
4032 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions() local
4033 if (--UseCount == 0) { in eliminateInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp334 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()