Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp301 auto *IncomingMBB = UseMI->getOperand(I.getOperandNo() + 1).getMBB(); in collectCandidateRegisters() local
304 if ((UseMBB == Flow && IncomingMBB != If) || in collectCandidateRegisters()
305 (UseMBB == Endif && IncomingMBB == Flow)) in collectCandidateRegisters()
H A DSILowerI1Copies.cpp572 MachineBasicBlock *IncomingMBB = MI->getOperand(i + 1).getMBB(); in lowerPhis() local
585 IncomingBlocks.push_back(IncomingMBB); in lowerPhis()