HomeSort by relevance Sort by last modified time
    Searched refs:InstructionBlockAt (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
frame-elider.cc 54 if (!InstructionBlockAt(succ)->needs_frame()) {
72 if (InstructionBlockAt(succ)->needs_frame()) {
74 InstructionBlockAt(succ)->mark_must_construct_frame();
111 if (InstructionBlockAt(pred)->needs_frame() &&
112 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) {
123 InstructionBlockAt(block->successors()[0])->needs_frame();
131 InstructionBlock* successor_block = InstructionBlockAt(succ);
156 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const {
157 return code_->InstructionBlockAt(rpo_number);
frame-elider.h 31 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
move-optimizer.cc 150 if (!code()->InstructionBlockAt(pred_id)->IsDeferred()) {
383 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
405 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
481 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
instruction.cc 753 const InstructionBlock* successor = InstructionBlockAt(successor_id);
768 CHECK(InstructionBlockAt(successor_id)->IsDeferred());
782 CHECK(InstructionBlockAt(predecessor_id)->IsDeferred());
842 const InstructionBlock* block = InstructionBlockAt(rpo);
849 current_block_ = InstructionBlockAt(rpo);
    [all...]
jump-threading.cc 72 InstructionBlock* block = code->InstructionBlockAt(state.stack.top());
live-range-separator.cc 88 code->InstructionBlockAt(RpoNumber::FromInt(block_id));
register-allocator.cc 57 return sequence->InstructionBlockAt(index);
    [all...]
code-generator.cc 261 ->InstructionBlockAt(current_block_)
263 .IsNext(code()->InstructionBlockAt(block)->ao_number());
    [all...]
instruction.h     [all...]
graph-visualizer.cc 453 instructions->InstructionBlockAt(
instruction-selector.cc 82 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number()));
    [all...]

Completed in 403 milliseconds