Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8186 MachineBasicBlock *LoopTestMBB = SystemZ::emitBlockAfter(StartMBB); in emitProbedAlloca() local
8187 MachineBasicBlock *LoopBodyMBB = SystemZ::emitBlockAfter(LoopTestMBB); in emitProbedAlloca()
8200 StartMBB->addSuccessor(LoopTestMBB); in emitProbedAlloca()
8201 MBB = LoopTestMBB; in emitProbedAlloca()
8228 BuildMI(MBB, DL, TII->get(SystemZ::J)).addMBB(LoopTestMBB); in emitProbedAlloca()
8229 MBB->addSuccessor(LoopTestMBB); in emitProbedAlloca()