Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp109 void rewriteCMov(MachineBasicBlock &TestMBB,
113 void rewriteFCMov(MachineBasicBlock &TestMBB,
117 void rewriteCondJmp(MachineBasicBlock &TestMBB,
123 void rewriteSetCC(MachineBasicBlock &TestMBB,
467 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB->pred_empty() && in runOnMachineFunction()
472 std::accumulate(std::next(TestMBB->pred_begin()), TestMBB->pred_end(), in runOnMachineFunction()
490 TestMBB = HoistMBB; in runOnMachineFunction()
506 TestMBB->dump(); in runOnMachineFunction()
656 if (SuccMBB == TestMBB || !MDT->dominates(TestMBB, SuccMBB)) { in runOnMachineFunction()
663 TestMBB->dump(); in runOnMachineFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12532 MachineBasicBlock *TestMBB = MF->CreateMachineBasicBlock(ProbedBB); in emitProbedAlloca() local
12537 MF->insert(MBBIter, TestMBB); in emitProbedAlloca()
12616 BuildMI(TestMBB, DL, TII->get(isPPC64 ? PPC::CMPD : PPC::CMPW), CmpResult) in emitProbedAlloca()
12619 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca()
12623 TestMBB->addSuccessor(BlockMBB); in emitProbedAlloca()
12624 TestMBB->addSuccessor(TailMBB); in emitProbedAlloca()
12634 BuildMI(BlockMBB, DL, TII->get(PPC::B)).addMBB(TestMBB); in emitProbedAlloca()
12635 BlockMBB->addSuccessor(TestMBB); in emitProbedAlloca()
12655 MBB->addSuccessor(TestMBB); in emitProbedAlloca()