Searched refs:InstructionBlockAt (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/compiler/
H A Dframe-elider.cc52 if (!InstructionBlockAt(succ)->needs_frame()) {
70 if (InstructionBlockAt(succ)->needs_frame()) {
72 InstructionBlockAt(succ)->mark_must_construct_frame();
109 if (InstructionBlockAt(pred)->needs_frame() &&
110 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) {
119 if (!InstructionBlockAt(succ)->needs_frame()) return false;
131 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const { function in class:v8::internal::compiler::FrameElider
132 return code_->InstructionBlockAt(rpo_number);
H A Dframe-elider.h31 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
H A Dlive-range-separator.cc79 code->InstructionBlockAt(RpoNumber::FromInt(block_id));
H A Dmove-optimizer.cc95 if (!code()->InstructionBlockAt(pred_id)->IsDeferred()) {
329 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
351 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
428 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
H A Dinstruction.cc648 const InstructionBlock* successor = InstructionBlockAt(successor_id);
663 CHECK(InstructionBlockAt(successor_id)->IsDeferred());
677 CHECK(InstructionBlockAt(predecessor_id)->IsDeferred());
736 const InstructionBlock* block = InstructionBlockAt(rpo);
743 current_block_ = InstructionBlockAt(rpo);
888 const InstructionBlock* block = InstructionBlockAt(rpo);
H A Djump-threading.cc71 InstructionBlock* block = code->InstructionBlockAt(state.stack.top());
H A Dregister-allocator.cc52 return sequence->InstructionBlockAt(index);
1668 const InstructionBlock* successor = code()->InstructionBlockAt(succ);
1680 const InstructionBlock* successor = code()->InstructionBlockAt(succ);
1813 code()->InstructionBlockAt(block->predecessors()[i]);
1859 const InstructionBlock* successor = code->InstructionBlockAt(succ);
2214 code()->InstructionBlockAt(predecessors[i]);
2271 code()->InstructionBlockAt(RpoNumber::FromInt(block_id));
2395 data()->code()->InstructionBlockAt(pred_index);
3150 code()->InstructionBlockAt(block->predecessors()[i]);
3520 const InstructionBlock* pred_block = code()->InstructionBlockAt(pre
[all...]
H A Dcode-generator.cc248 ->InstructionBlockAt(current_block_)
250 .IsNext(code()->InstructionBlockAt(block)->ao_number());
H A Dgraph-visualizer.cc431 instructions->InstructionBlockAt(
H A Dinstruction-selector.cc75 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number()));
750 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number()));
1580 ->InstructionBlockAt(RpoNumber::FromInt(current_block_->rpo_number()))
H A Dinstruction.h1313 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) {
1322 const InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const { function in class:v8::internal::compiler::final
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc93 return code->InstructionBlockAt(RpoFor(block));

Completed in 187 milliseconds