Searched refs:HUseListNode (Results 1 - 21 of 21) sorted by relevance

/art/compiler/optimizing/
H A Dcode_sinking.cc183 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
197 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
225 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
231 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
324 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
346 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
376 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
389 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
H A Descape.cc47 for (const HUseListNode<HInstruction*>& use : reference->GetUses()) {
90 for (const HUseListNode<HEnvironment*>& use : reference->GetEnvUses()) {
H A Dssa_phi_elimination.cc54 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) {
104 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) {
113 for (const HUseListNode<HEnvironment*>& use : phi->GetEnvUses()) {
247 for (const HUseListNode<HInstruction*>& use : current->GetUses()) {
H A Dpretty_printer.h60 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
H A Dinstruction_simplifier_mips.cc80 for (const HUseListNode<HInstruction*>& use : index->GetUses()) {
H A Dinstruction_simplifier_arm.cc165 for (const HUseListNode<HInstruction*>& use : uses) {
H A Dinstruction_simplifier_arm64.cc169 for (const HUseListNode<HInstruction*>& use : uses) {
H A Dprepare_for_register_allocation.cc92 for (const HUseListNode<HInstruction*>& use : check->GetUses()) {
H A Dscheduler.cc287 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
353 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
H A Dssa_builder.cc114 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
420 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
H A Dinstruction_simplifier_shared.cc300 for (const HUseListNode<HInstruction*>& use : index->GetUses()) {
H A Dgraph_checker.cc373 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
398 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
429 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
H A Dreference_type_propagation.cc210 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) {
1015 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
H A Dloop_optimization.cc987 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) {
2200 for (const HUseListNode<HInstruction*>& use : i->GetUses()) {
2308 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
2321 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
2414 for (const HUseListNode<HEnvironment*>& use : i->GetEnvUses()) {
H A Dssa_liveness_analysis.cc214 for (const HUseListNode<HInstruction*>& use : current->GetUses()) {
H A Dnodes.h1544 class HUseListNode : public ArenaObject<kArenaAllocUseListNode>, class in namespace:art
1545 public IntrusiveForwardListNode<HUseListNode<T>> {
1555 HUseListNode(T user, size_t index) function in class:art::HUseListNode
1563 DISALLOW_COPY_AND_ASSIGN(HUseListNode);
1567 using HUseList = IntrusiveForwardList<HUseListNode<T>>;
2083 HUseListNode<HInstruction*>* new_node =
2084 new (GetBlock()->GetGraph()->GetAllocator()) HUseListNode<HInstruction*>(user, index);
2093 HUseListNode<HEnvironment*>* new_node =
2094 new (GetBlock()->GetGraph()->GetAllocator()) HUseListNode<HEnvironment*>(user, index);
H A Dnodes.cc1363 const HUseListNode<HInstruction*>& use_node = *it;
1410 for (const HUseListNode<HInstruction*>& use_node : instruction->GetUses()) {
1775 for (const HUseListNode<HInstruction*>& use : GetUses()) {
2067 const HUseListNode<HInstruction*>& use = insn->GetUses().front();
3002 for (const HUseListNode<HEnvironment*>& use : GetEnvUses()) {
H A Dbounds_check_elimination.cc1317 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) {
1436 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) {
H A Dload_store_elimination.cc786 for (const HUseListNode<HEnvironment*>& use : reference->GetEnvUses()) {
H A Dinstruction_simplifier.cc567 for (const HUseListNode<HInstruction*>& use : input->GetUses()) {
1109 for (const HUseListNode<HInstruction*>& use : type_conversion->GetUses()) {
H A Dinduction_var_analysis.cc147 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {

Completed in 412 milliseconds