Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp311 auto *IncomingMBB = UseMI->getOperand(I.getOperandNo() + 1).getMBB(); in collectCandidateRegisters() local
314 if ((UseMBB == Flow && IncomingMBB != If) || in collectCandidateRegisters()
315 (UseMBB == Endif && IncomingMBB == Flow)) in collectCandidateRegisters()
H A DSILowerI1Copies.cpp580 MachineBasicBlock *IncomingMBB = MI->getOperand(i + 1).getMBB(); in lowerPhis() local
593 IncomingBlocks.push_back(IncomingMBB); in lowerPhis()