Searched refs:AddUse (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/torque/ |
| D | kythe-data.cc | 51 that->consumer_->AddUse(KytheConsumer::Kind::Constant, constant_id, use_pos); in AddConstantUse() 108 that->consumer_->AddUse(KytheConsumer::Kind::ClassField, field_id, use_pos); in AddClassFieldUse() 147 that->consumer_->AddUse(KytheConsumer::Kind::Variable, binding_id, use_pos); in AddBindingUse() 157 that->consumer_->AddUse(KytheConsumer::Kind::Variable, binding_id, use_pos); in AddBindingUse() 182 that->consumer_->AddUse(KytheConsumer::Kind::Type, type_id, use_pos); in AddTypeUse()
|
| D | kythe-data.h | 41 virtual void AddUse(Kind kind, kythe_entity_t entity,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | SSAUpdaterBulk.h | 72 void AddUse(unsigned Var, Use *U);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SSAUpdaterBulk.cpp | 61 void SSAUpdaterBulk::AddUse(unsigned Var, Use *U) { in AddUse() function in SSAUpdaterBulk
|
| /third_party/node/deps/v8/src/compiler/ |
| D | simplified-lowering.cc | 289 bool AddUse(UseInfo info) { in AddUse() function in v8::internal::compiler::RepresentationSelector::NodeInfo 4219 info->AddUse(use_info); in EnqueueInput() 4224 if (info->AddUse(use_info)) { in EnqueueInput()
|