Lines Matching refs:isNop
34 if (!thisLIR->flags.isNop && thisLIR->opcode == kMipsB) { in applyRedundantBranchElimination()
44 thisLIR->flags.isNop = true; in applyRedundantBranchElimination()
74 if (thisLIR->flags.isNop || thisLIR->opcode != kMipsMove) in applyCopyPropagation()
88 if (nextLIR->flags.isNop || nextLIR->opcode == kMips32BitData) in applyCopyPropagation()
178 thisLIR->flags.isNop = true; in applyCopyPropagation()
195 if (thisLIR->flags.isNop) in mergeMovs()
219 thisLIR->flags.isNop = true; in mergeMovs()
230 movsLIR->flags.isNop = true; in mergeMovs()
266 if (thisLIR->flags.isNop) in delaySlotLIR()
295 thisLIR->flags.isNop = true; in delaySlotLIR()
314 if (!targetLIR->flags.isNop && in delaySlotLIR()
332 if (!targetLIR->flags.isNop && !isPseudoOpCode(targetLIR->opcode)) in delaySlotLIR()
340 if (!nextLIR->flags.isNop && !isPseudoOpCode(nextLIR->opcode)) in delaySlotLIR()
391 if (thisLIR->flags.isNop || in introduceBranchDelaySlot()
404 if (!thisLIR->flags.isNop && in introduceBranchDelaySlot()