Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp113 void rewriteCMov(MachineBasicBlock &TestMBB,
117 void rewriteFCMov(MachineBasicBlock &TestMBB,
121 void rewriteCondJmp(MachineBasicBlock &TestMBB,
127 void rewriteSetCC(MachineBasicBlock &TestMBB,
485 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB->pred_empty() && in runOnMachineFunction()
490 std::accumulate(std::next(TestMBB->pred_begin()), TestMBB->pred_end(), in runOnMachineFunction()
508 TestMBB = HoistMBB; in runOnMachineFunction()
524 TestMBB->dump(); in runOnMachineFunction()
674 if (SuccMBB == TestMBB || !MDT->dominates(TestMBB, SuccMBB)) { in runOnMachineFunction()
681 TestMBB->dump(); in runOnMachineFunction()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12065 MachineBasicBlock *TestMBB = MF->CreateMachineBasicBlock(ProbedBB); in emitProbedAlloca() local
12070 MF->insert(MBBIter, TestMBB); in emitProbedAlloca()
12149 BuildMI(TestMBB, DL, TII->get(isPPC64 ? PPC::CMPD : PPC::CMPW), CmpResult) in emitProbedAlloca()
12152 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca()
12156 TestMBB->addSuccessor(BlockMBB); in emitProbedAlloca()
12157 TestMBB->addSuccessor(TailMBB); in emitProbedAlloca()
12167 BuildMI(BlockMBB, DL, TII->get(PPC::B)).addMBB(TestMBB); in emitProbedAlloca()
12168 BlockMBB->addSuccessor(TestMBB); in emitProbedAlloca()
12188 MBB->addSuccessor(TestMBB); in emitProbedAlloca()