Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp113 getCondOrInverseInReg(MachineBasicBlock &TestMBB,
123 void rewriteCMov(MachineBasicBlock &TestMBB,
127 void rewriteCondJmp(MachineBasicBlock &TestMBB,
136 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()
670 if (SuccMBB == TestMBB || !MDT->dominates(TestMBB, SuccMBB)) { in runOnMachineFunction()
677 TestMBB->dump(); in runOnMachineFunction()
[all …]