Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9678 MachineBasicBlock *StartMBB = MBB; in emitSelect() local
9680 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitSelect()
9692 MBB = StartMBB; in emitSelect()
9707 createPHIsForSelects(Selects, StartMBB, FalseMBB, MBB); in emitSelect()
9713 MBB->splice(InsertPos, StartMBB, DbgMI); in emitSelect()
9771 MachineBasicBlock *StartMBB = MBB; in emitCondStore() local
9773 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitCondStore()
9786 MBB = StartMBB; in emitCondStore()
9822 MachineBasicBlock *StartMBB = MBB; in emitICmp128Hi() local
9824 MachineBasicBlock *HiEqMBB = SystemZ::emitBlockAfter(StartMBB); in emitICmp128Hi()
[all …]