Home
last modified time | relevance | path

Searched refs:BrInstr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp323 auto BrInstr = MRI->use_instr_begin(Dec->getOperand(0).getReg()); in expandCTRLoops() local
328 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()