Searched refs:OtherBB (Results 1 – 2 of 2) sorted by relevance
215 for (MachineBasicBlock &OtherBB : MF) { in emitPrologue()216 if (&OtherBB == &MBB) in emitPrologue()219 OtherBB.addLiveIn(ScratchRsrcReg); in emitPrologue()220 OtherBB.addLiveIn(ScratchWaveOffsetReg); in emitPrologue()
1158 BasicBlock *OtherBB = nullptr; in SimplifyStoreAtEndOfBlock() local1161 OtherBB = P; in SimplifyStoreAtEndOfBlock()1168 if (OtherBB) in SimplifyStoreAtEndOfBlock()1170 OtherBB = P; in SimplifyStoreAtEndOfBlock()1177 if (StoreBB == DestBB || OtherBB == DestBB) in SimplifyStoreAtEndOfBlock()1181 BasicBlock::iterator BBI(OtherBB->getTerminator()); in SimplifyStoreAtEndOfBlock()1183 if (!OtherBr || BBI == OtherBB->begin()) in SimplifyStoreAtEndOfBlock()1194 if (BBI==OtherBB->begin()) in SimplifyStoreAtEndOfBlock()1225 BBI == OtherBB->begin()) in SimplifyStoreAtEndOfBlock()1244 PN->addIncoming(OtherStore->getOperand(0), OtherBB); in SimplifyStoreAtEndOfBlock()