Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp381 DenseMap<Register, MachineBasicBlock *> DefaultMBBs; in processSwitches() local
410 DefaultMBBs[Reg] = *MBB.succ_begin(); in processSwitches()
446 DefaultMBBs[CmpReg] = NextMBB; in processSwitches()
473 MI.addOperand(MachineOperand::CreateMBB(DefaultMBBs[Reg])); in processSwitches()