Home | History | Annotate | Download | only in src

Lines Matching refs:branch

1041       // We are going to insert a move before the branch instruction.
1042 // Some branch instructions (e.g. loops' back edges)
1047 // covering a branch instruction.
1049 LInstruction* branch =
1051 if (branch->HasPointerMap()) {
1053 branch->pointer_map()->RecordPointer(phi_operand, chunk()->zone());
1055 branch->pointer_map()->RecordUntagged(phi_operand, chunk()->zone());
1151 // We are going to insert a move before the branch instruction.
1152 // Some branch instructions (e.g. loops' back edges)
1157 // covering a branch instruction.
1159 LInstruction* branch = InstructionAt(pred->last_instruction_index());
1160 if (branch->HasPointerMap()) {
1162 branch->pointer_map()->RecordPointer(cur_op, chunk()->zone());
1165 branch->pointer_map()->RemovePointer(cur_op);