Home | History | Annotate | Download | only in compiler

Lines Matching refs:needs_frame

24     if (block->needs_frame()) continue;
46 if (block->needs_frame()) {
54 if (!InstructionBlockAt(succ)->needs_frame()) {
72 if (InstructionBlockAt(succ)->needs_frame()) {
102 if (block->needs_frame()) return false;
111 if (InstructionBlockAt(pred)->needs_frame() &&
121 // For single successors, propagate the needs_frame information.
123 InstructionBlockAt(block->successors()[0])->needs_frame();
128 // independent control, only propagate needs_frame if all non-deferred
134 if (successor_block->needs_frame()) {