Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12227 MachineBasicBlock *TestMBB = MF->CreateMachineBasicBlock(ProbedBB); in emitProbedAlloca() local
12232 MF->insert(MBBIter, TestMBB); in emitProbedAlloca()
12311 BuildMI(TestMBB, DL, TII->get(isPPC64 ? PPC::CMPD : PPC::CMPW), CmpResult) in emitProbedAlloca()
12314 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca()
12318 TestMBB->addSuccessor(BlockMBB); in emitProbedAlloca()
12319 TestMBB->addSuccessor(TailMBB); in emitProbedAlloca()
12329 BuildMI(BlockMBB, DL, TII->get(PPC::B)).addMBB(TestMBB); in emitProbedAlloca()
12330 BlockMBB->addSuccessor(TestMBB); in emitProbedAlloca()
12350 MBB->addSuccessor(TestMBB); in emitProbedAlloca()