Searched defs:MBB2 (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 326 ComputeCommonTailLength(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2,MachineBasicBlock::iterator & I1,MachineBasicBlock::iterator & I2) ComputeCommonTailLength() argument 538 ProfitableToMerge(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2,unsigned MinCommonTailLength,unsigned & CommonTailLen,MachineBasicBlock::iterator & I1,MachineBasicBlock::iterator & I2,MachineBasicBlock * SuccBB,MachineBasicBlock * PredBB,DenseMap<const MachineBasicBlock *,int> & EHScopeMembership,bool AfterPlacement,MBFIWrapper & MBBFreqInfo,ProfileSummaryInfo * PSI) ProfitableToMerge() argument 1241 IsBetterFallthrough(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2) IsBetterFallthrough() argument [all...] |
H A D | IfConversion.cpp | 829 verifySameBranchInstructions(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2) verifySameBranchInstructions() argument 1805 MachineBasicBlock &MBB2 = *BBI2->BB; IfConvertDiamondCommon() local [all...] |
H A D | MachineSink.cpp | 1075 if (MachineBasicBlock *MBB2 = isProfitableToSinkTo() local
|
H A D | LiveIntervals.cpp | 831 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); intervalIsInOneMBB() local
|
H A D | SplitKit.cpp | 991 if (MBB1 == MBB2) { in computeRedundantBackCopies() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 1577 MachineBasicBlock *MBB2 = *std::next(MBB->succ_begin()); in removeRedundantConditionalBranch() local
|