Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp99 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true, in runOnMachineFunction()
107 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist, in BranchFolder() function in BranchFolder
121 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) { in RemoveDeadBlock()
146 bool BranchFolder::OptimizeImpDefsBlock(MachineBasicBlock *MBB) { in OptimizeImpDefsBlock()
189 bool BranchFolder::OptimizeFunction(MachineFunction &MF, in OptimizeFunction()
392 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB, in MaintainLiveIns()
406 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, in ReplaceTailWithBranchTo()
421 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB, in SplitMBBAt()
497 BranchFolder::MergePotentialsElt::operator<(const MergePotentialsElt &o) const { in operator <()
516 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()
[all …]
DBranchFolding.h27 class BranchFolder {
29 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist,
DIfConversion.cpp290 BranchFolder BF(true, false, *MBFI, *MBPI); in INITIALIZE_PASS_DEPENDENCY()
423 BranchFolder BF(false, false, *MBFI, *MBPI); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1069 folding and if conversion. The ``BranchFolder`` and ``IfConverter`` machine