Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDictionary.h67 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 Dbranch-condition-duplicator.cc53 if (input->UseCount() > 1) { in CanDuplicate()
74 if (condNode->UseCount() > 1 && CanDuplicate(condNode)) { in DuplicateConditionIfNeeded()
H A 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()
H A Dwasm-loop-peeling.cc43 node->opcode() != IrOpcode::kTerminate && node->UseCount() == 0) { in PeelWasmLoop()
H A Dloop-unrolling.cc47 node->opcode() != IrOpcode::kTerminate && node->UseCount() == 0) { in UnrollLoop()
H A Dbranch-elimination.cc272 control_input->UseCount() == 1) { in ReduceTrapConditional()
H A Dnode-properties.cc261 DCHECK_LE(static_cast<int>(projection_count), node->UseCount()); in CollectControlProjections()
H A Dnode.h100 int UseCount() const;
H A Dnode.cc288 int Node::UseCount() const { in UseCount() function in v8::internal::compiler::Node
H A Dwasm-inlining.cc321 if (if_exception->UseCount() == 0) return if_exception; in DanglingHandler()
H A 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()
H A Dgraph-visualizer.cc648 int uses = node->UseCount(); in PrintSchedule()
H A Draw-machine-assembler.cc177 if (phi->UseCount() != 1) continue; in OptimizeControlFlow()
H A 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/
H A 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/
H A DScheduleDAGSDNodes.cpp234 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 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/
H A DNewGVN.cpp3557 // 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 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()

Completed in 44 milliseconds