/llvm-project/llvm/unittests/CodeGen/ |
H A D | RegAllocScoreTest.cpp | 138 auto *MBB1 = MF->CreateMachineBasicBlock(); in TEST() local
|
H A D | LexicalScopesTest.cpp | 57 MachineBasicBlock *MBB1, *MBB2, *MBB3, *MBB4; member in __anon0a715cd20111::LexicalScopesTest [all...] |
H A D | InstrRefLDVTest.cpp | 61 MachineBasicBlock *MBB0, *MBB1, *MBB2, *MBB3, *MBB4; global() member in InstrRefLDVTest [all...] |
/llvm-project/llvm/unittests/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfoTest.cpp | 356 auto *MBB1 = MF->getBlockNumbered(1); TEST() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 840 "MBB cannot properly dominate MBB1 while DFS through dominators tree!"); in ProcessBlockPRE() local 928 isProfitableToHoistInto(MachineBasicBlock * CandidateBB,MachineBasicBlock * MBB,MachineBasicBlock * MBB1) isProfitableToHoistInto() argument [all...] |
H A D | BranchFolding.cpp | 326 ComputeCommonTailLength(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2,MachineBasicBlock::iterator & I1,MachineBasicBlock::iterator & I2) ComputeCommonTailLength() argument 541 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 1248 IsBetterFallthrough(MachineBasicBlock * MBB1,MachineBasicBlock * MBB2) IsBetterFallthrough() argument [all...] |
H A D | IfConversion.cpp | 828 MachineBasicBlock *MBB1, in verifySameBranchInstructions() argument 1804 MachineBasicBlock &MBB1 = *BBI1->BB; in IfConvertDiamondCommon() local [all...] |
H A D | LiveIntervals.cpp | 830 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); intervalIsInOneMBB() local
|
H A D | SplitKit.cpp | 989 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); computeRedundantBackCopies() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 1576 MachineBasicBlock *MBB1 = *MBB->succ_begin(); in removeRedundantConditionalBranch() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 1628 MachineBasicBlock *MBB1 = nullptr, *MBBtoMoveCmp = nullptr; eliminateRedundantCompare() local [all...] |