Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp101 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true, in runOnMachineFunction()
109 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist, in BranchFolder() function in BranchFolder
123 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) { in RemoveDeadBlock()
149 bool BranchFolder::OptimizeImpDefsBlock(MachineBasicBlock *MBB) { in OptimizeImpDefsBlock()
195 bool BranchFolder::OptimizeFunction(MachineFunction &MF, in OptimizeFunction()
397 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB, in MaintainLiveIns()
411 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, in ReplaceTailWithBranchTo()
426 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB, in SplitMBBAt()
507 BranchFolder::MergePotentialsElt::operator<(const MergePotentialsElt &o) const { in operator <()
526 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()
[all …]
DBranchFolding.h27 class LLVM_LIBRARY_VISIBILITY BranchFolder {
29 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist,
DIfConversion.cpp295 BranchFolder BF(true, false, *MBFI, *MBPI); in INITIALIZE_PASS_DEPENDENCY()
428 BranchFolder BF(false, false, *MBFI, *MBPI); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1069 folding and if conversion. The ``BranchFolder`` and ``IfConverter`` machine