Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp297 MachineBasicBlock *MBB2, in ComputeCommonTailLength() argument
301 I2 = MBB2->end(); in ComputeCommonTailLength()
304 while (I1 != MBB1->begin() && I2 != MBB2->begin()) { in ComputeCommonTailLength()
310 if (I2==MBB2->begin()) in ComputeCommonTailLength()
323 if (I2==MBB2->begin()) { in ComputeCommonTailLength()
347 if (I1 == MBB1->begin() && I2 != MBB2->begin()) { in ComputeCommonTailLength()
350 if (I2 == MBB2->begin()) { in ComputeCommonTailLength()
357 if (I2 == MBB2->begin() && I1 != MBB1->begin()) { in ComputeCommonTailLength()
516 MachineBasicBlock *MBB2, in ProfitableToMerge() argument
523 CommonTailLen = ComputeCommonTailLength(MBB1, MBB2, I1, I2); in ProfitableToMerge()
[all …]
/external/llvm/lib/CodeGen/
DBranchFolding.cpp331 MachineBasicBlock *MBB2, in ComputeCommonTailLength() argument
335 I2 = MBB2->end(); in ComputeCommonTailLength()
338 while (I1 != MBB1->begin() && I2 != MBB2->begin()) { in ComputeCommonTailLength()
344 if (I2==MBB2->begin()) in ComputeCommonTailLength()
357 if (I2==MBB2->begin()) { in ComputeCommonTailLength()
381 if (I1 == MBB1->begin() && I2 != MBB2->begin()) { in ComputeCommonTailLength()
384 if (I2 == MBB2->begin()) in ComputeCommonTailLength()
390 if (I2 == MBB2->begin() && I1 != MBB1->begin()) { in ComputeCommonTailLength()
595 ProfitableToMerge(MachineBasicBlock *MBB1, MachineBasicBlock *MBB2, in ProfitableToMerge() argument
605 auto Funclet2 = FuncletMembership.find(MBB2); in ProfitableToMerge()
[all …]
DMachineSink.cpp527 if (MachineBasicBlock *MBB2 = in isProfitableToSinkTo() local
529 return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors); in isProfitableToSinkTo()
DSplitKit.cpp776 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies() local
777 if (MBB1 == MBB2) { in computeRedundantBackCopies()
779 } else if (MDT.dominates(MBB1, MBB2)) { in computeRedundantBackCopies()
781 } else if (MDT.dominates(MBB2, MBB1)) { in computeRedundantBackCopies()
DLiveIntervalAnalysis.cpp798 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB() local
799 return MBB1 == MBB2 ? MBB1 : nullptr; in intervalIsInOneMBB()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1672 MachineBasicBlock *MBB2 = *std::next(MBB->succ_begin()); in removeRedundantConditionalBranch() local
1673 if (MBB1 != MBB2) in removeRedundantConditionalBranch()