Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp104 MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos,
109 void rewriteArithmetic(MachineBasicBlock &TestMBB,
113 void rewriteCMov(MachineBasicBlock &TestMBB,
117 void rewriteFCMov(MachineBasicBlock &TestMBB,
121 void rewriteCondJmp(MachineBasicBlock &TestMBB,
127 void rewriteSetCC(MachineBasicBlock &TestMBB,
435 MachineBasicBlock *TestMBB = CopyDefI.getParent(); in runOnMachineFunction() local
485 while (TestMBB->isLiveIn(X86::EFLAGS) && !TestMBB->pred_empty() && in runOnMachineFunction()
486 !HasEFLAGSClobber(TestMBB->begin(), TestPos)) { in runOnMachineFunction()
490 std::accumulate(std::next(TestMBB->pred_begin()), TestMBB->pred_end(), in runOnMachineFunction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11678 MachineBasicBlock *TestMBB = MF->CreateMachineBasicBlock(ProbedBB); in emitProbedAlloca() local
11683 MF->insert(MBBIter, TestMBB); in emitProbedAlloca()
11762 BuildMI(TestMBB, DL, TII->get(isPPC64 ? PPC::CMPD : PPC::CMPW), CmpResult) in emitProbedAlloca()
11765 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca()
11769 TestMBB->addSuccessor(BlockMBB); in emitProbedAlloca()
11770 TestMBB->addSuccessor(TailMBB); in emitProbedAlloca()
11780 BuildMI(BlockMBB, DL, TII->get(PPC::B)).addMBB(TestMBB); in emitProbedAlloca()
11781 BlockMBB->addSuccessor(TestMBB); in emitProbedAlloca()
11801 MBB->addSuccessor(TestMBB); in emitProbedAlloca()