Searched refs:BrInstr (Results 1 – 1 of 1) sorted by relevance
323 auto BrInstr = MRI->use_instr_begin(Dec->getOperand(0).getReg()); in expandCTRLoops() local328 switch (BrInstr->getOpcode()) { in expandCTRLoops()332 assert(ML->contains(BrInstr->getOperand(1).getMBB()) && in expandCTRLoops()337 assert(!ML->contains(BrInstr->getOperand(1).getMBB()) && in expandCTRLoops()351 BuildMI(*Exiting, &*BrInstr, BrInstr->getDebugLoc(), TII->get(Opcode)) in expandCTRLoops()352 .addMBB(BrInstr->getOperand(1).getMBB()); in expandCTRLoops()356 BrInstr->eraseFromParent(); in expandCTRLoops()