Searched refs:IncomingMBB (Results 1 – 2 of 2) sorted by relevance
301 auto *IncomingMBB = UseMI->getOperand(I.getOperandNo() + 1).getMBB(); in collectCandidateRegisters() local304 if ((UseMBB == Flow && IncomingMBB != If) || in collectCandidateRegisters()305 (UseMBB == Endif && IncomingMBB == Flow)) in collectCandidateRegisters()
572 MachineBasicBlock *IncomingMBB = MI->getOperand(i + 1).getMBB(); in lowerPhis() local585 IncomingBlocks.push_back(IncomingMBB); in lowerPhis()