Lines Matching refs:mergeInstruction
56 mergeInstruction = insns[0]; in Block()
57 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
58 continueTarget = Block::ID(mergeInstruction.word(2)); in Block()
76 mergeInstruction = insns[0]; in Block()
77 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
82 mergeInstruction = insns[0]; in Block()
83 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
84 continueTarget = Block::ID(mergeInstruction.word(2)); in Block()
105 mergeInstruction = insns[0]; in Block()
106 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
357 for(auto insn = block.begin(); insn != block.mergeInstruction; insn++) in EmitLoop()
440 for(auto insn = block.begin(); insn != block.mergeInstruction; insn++) in EmitLoop()