Searched refs:TestMBB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 102 MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, 436 MachineBasicBlock *TestMBB = CopyDefI.getParent(); in runOnMachineFunction() local 487 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB->pred_empty() && in runOnMachineFunction() 488 !HasEFLAGSClobber(TestMBB->begin(), TestPos)) { in runOnMachineFunction() 492 std::accumulate(std::next(TestMBB->pred_begin()), TestMBB->pred_end(), in runOnMachineFunction() 493 *TestMBB->pred_begin(), in runOnMachineFunction() 501 if (HasEFLAGSClobberPath(HoistMBB, TestMBB)) in runOnMachineFunction() 510 TestMBB = HoistMBB; in runOnMachineFunction() 511 TestPos = TestMBB->getFirstTerminator()->getIterator(); in runOnMachineFunction() 517 llvm::reverse(llvm::make_range(TestMBB->instr_begin(), TestPos)), in runOnMachineFunction() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 12725 MachineBasicBlock *TestMBB = MF->CreateMachineBasicBlock(ProbedBB); in emitProbedAlloca() local 12730 MF->insert(MBBIter, TestMBB); in emitProbedAlloca() 12809 BuildMI(TestMBB, DL, TII->get(isPPC64 ? PPC::CMPD : PPC::CMPW), CmpResult) in emitProbedAlloca() 12812 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca() 12816 TestMBB->addSuccessor(BlockMBB); in emitProbedAlloca() 12817 TestMBB->addSuccessor(TailMBB); in emitProbedAlloca() 12827 BuildMI(BlockMBB, DL, TII->get(PPC::B)).addMBB(TestMBB); in emitProbedAlloca() 12828 BlockMBB->addSuccessor(TestMBB); in emitProbedAlloca() 12848 MBB->addSuccessor(TestMBB); in emitProbedAlloca()
|