Searched refs:BranchFolder (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | BranchFolding.cpp | 130 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true, MBBFreqInfo, in runOnMachineFunction() 137 BranchFolder::BranchFolder(bool DefaultEnableTailMerge, bool CommonHoist, in BranchFolder() function in BranchFolder 154 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) { in RemoveDeadBlock() 178 bool BranchFolder::OptimizeFunction(MachineFunction &MF, in OptimizeFunction() 354 void BranchFolder::replaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, in replaceTailWithBranchTo() 388 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB, in SplitMBBAt() 475 BranchFolder::MergePotentialsElt::operator<(const MergePotentialsElt &o) const { in operator <() 653 unsigned BranchFolder::ComputeSameTails(unsigned CurHash, in ComputeSameTails() 689 void BranchFolder::RemoveBlocksWithHash(unsigned CurHash, in RemoveBlocksWithHash() 708 bool BranchFolder::CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, in CreateCommonTailOnlyBlock() [all …]
|
| H A D | BranchFolding.h | 33 class LLVM_LIBRARY_VISIBILITY BranchFolder { 35 explicit BranchFolder(bool DefaultEnableTailMerge, bool CommonHoist,
|
| H A D | IfConversion.cpp | 465 BranchFolder BF(true, false, MBFI, *MBPI, PSI); in INITIALIZE_PASS_DEPENDENCY() 604 BranchFolder BF(false, false, MBFI, *MBPI, PSI); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | MachineBlockPlacement.cpp | 3372 BranchFolder BF(/*DefaultEnableTailMerge=*/true, /*CommonHoist=*/false, in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 643 ConstantTerminatorFoldingImpl BranchFolder(L, LI, DT, SE, MSSAU); in constantFoldTerminators() local 644 bool Changed = BranchFolder.run(); in constantFoldTerminators() 645 IsLoopDeleted = Changed && BranchFolder.foldingBreaksCurrentLoop(); in constantFoldTerminators()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToUpdateDebugInfo.rst | 119 a predecessor block (see ``BranchFolder::HoistCommonCodeInSuccs``). In this
|
| H A D | WritingAnLLVMBackend.rst | 1107 folding and if conversion. The ``BranchFolder`` and ``IfConverter`` machine
|