Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:instr

36       HInstruction* instr = it.Current();
37 if (instr->CheckFlag(HValue::kIsDead)) continue;
39 switch (instr->opcode()) {
42 ProcessStore(HStoreNamedField::cast(instr));
46 ProcessLoad(HLoadNamedField::cast(instr));
49 ProcessInstr(instr, flags);
97 void HStoreEliminationPhase::ProcessInstr(HInstruction* instr,
100 if (instr->CanDeoptimize()) {
102 instr->id(), instr->Mnemonic()));
106 if (instr->CheckChangesFlag(kNewSpacePromotion)) {
108 instr->id(), instr->Mnemonic()));
112 if (instr->DependsOnFlags().ContainsAnyOf(flags)) {
114 instr->id(), instr->Mnemonic()));