Home
last modified time | relevance | path

Searched refs:NodeAt (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dschedule.cc364 Node* node = block->NodeAt(node_pos); in EliminateRedundantPhiNodes()
400 Node* node = from->NodeAt(i); in MovePhis()
H A Dschedule.h93 Node* NodeAt(size_t index) { return nodes_[index]; } in NodeAt() function in v8::internal::compiler::final
H A Draw-machine-assembler.cc172 Node* phi = block->NodeAt(0); in OptimizeControlFlow()
184 DCHECK_EQ(true_block->NodeAt(0)->opcode(), IrOpcode::kIfTrue); in OptimizeControlFlow()
185 DCHECK_EQ(false_block->NodeAt(0)->opcode(), IrOpcode::kIfFalse); in OptimizeControlFlow()
H A Dmachine-graph-verifier.cc104 i < block->NodeCount() ? block->NodeAt(i) : block->control_input(); in Run()
365 i < block->NodeCount() ? block->NodeAt(i) : block->control_input(); in Run()
H A Dverifier.cc1908 if (block->NodeAt(use_pos) == node) return true; in HasDominatingDef()
2125 Node* node = block->NodeAt(i); in Run()
H A Deffect-control-linearizer.cc408 Node* control = block->NodeAt(0); in UpdateBlockControl()
569 block->SuccessorAt(0)->NodeAt(0) == matcher.IfTrue() ? 0 : 1; in TryCloneBranch()

Completed in 22 milliseconds