Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp102 MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos,
443 MachineBasicBlock *TestMBB = CopyDefI.getParent(); in runOnMachineFunction() local
494 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB->pred_empty() && in runOnMachineFunction()
495 !HasEFLAGSClobber(TestMBB->begin(), TestPos)) { in runOnMachineFunction()
499 std::accumulate(std::next(TestMBB->pred_begin()), TestMBB->pred_end(), in runOnMachineFunction()
500 *TestMBB->pred_begin(), in runOnMachineFunction()
508 if (HasEFLAGSClobberPath(HoistMBB, TestMBB)) in runOnMachineFunction()
517 TestMBB = HoistMBB; in runOnMachineFunction()
518 TestPos = TestMBB->getFirstTerminator()->getIterator(); in runOnMachineFunction()
524 llvm::reverse(llvm::make_range(TestMBB->instr_begin(), TestPos)), in runOnMachineFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13553 MachineBasicBlock *TestMBB = MF->CreateMachineBasicBlock(ProbedBB); in emitProbedAlloca() local
13558 MF->insert(MBBIter, TestMBB); in emitProbedAlloca()
13637 BuildMI(TestMBB, DL, TII->get(isPPC64 ? PPC::CMPD : PPC::CMPW), CmpResult) in emitProbedAlloca()
13640 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca()
13644 TestMBB->addSuccessor(BlockMBB); in emitProbedAlloca()
13645 TestMBB->addSuccessor(TailMBB); in emitProbedAlloca()
13655 BuildMI(BlockMBB, DL, TII->get(PPC::B)).addMBB(TestMBB); in emitProbedAlloca()
13656 BlockMBB->addSuccessor(TestMBB); in emitProbedAlloca()
13676 MBB->addSuccessor(TestMBB); in emitProbedAlloca()