/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerDictionary.h | 67 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/ |
D | branch-condition-duplicator.cc | 53 if (input->UseCount() > 1) { in CanDuplicate() 74 if (condNode->UseCount() > 1 && CanDuplicate(condNode)) { in DuplicateConditionIfNeeded()
|
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()
|
D | wasm-loop-peeling.cc | 43 node->opcode() != IrOpcode::kTerminate && node->UseCount() == 0) { in PeelWasmLoop()
|
D | loop-unrolling.cc | 47 node->opcode() != IrOpcode::kTerminate && node->UseCount() == 0) { in UnrollLoop()
|
D | branch-elimination.cc | 272 control_input->UseCount() == 1) { in ReduceTrapConditional()
|
D | node.cc | 288 int Node::UseCount() const { in UseCount() function in v8::internal::compiler::Node
|
D | wasm-inlining.cc | 321 if (if_exception->UseCount() == 0) return if_exception; in DanglingHandler()
|
D | node-properties.cc | 261 DCHECK_LE(static_cast<int>(projection_count), node->UseCount()); in CollectControlProjections()
|
D | node.h | 100 int UseCount() const;
|
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()
|
D | raw-machine-assembler.cc | 177 if (phi->UseCount() != 1) continue; in OptimizeControlFlow()
|
D | graph-visualizer.cc | 648 int uses = node->UseCount(); in PrintSchedule()
|
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/ |
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/ |
D | ScheduleDAGSDNodes.cpp | 234 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/ |
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/ |
D | NewGVN.cpp | 3605 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/ |
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()
|