Home
last modified time | relevance | path

Searched refs:AddUse (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dkythe-data.cc51 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()
Dkythe-data.h41 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/
DSSAUpdaterBulk.h72 void AddUse(unsigned Var, Use *U);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp61 void SSAUpdaterBulk::AddUse(unsigned Var, Use *U) { in AddUse() function in SSAUpdaterBulk
/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering.cc289 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()