Searched refs:BranchFolder (Results 1 - 3 of 3) sorted by last modified time

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp94 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true);
102 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist) { function in class:BranchFolder
114 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) {
139 bool BranchFolder::OptimizeImpDefsBlock(MachineBasicBlock *MBB) {
182 bool BranchFolder::OptimizeFunction(MachineFunction &MF,
385 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
401 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
416 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
489 BranchFolder
[all...]
H A DBranchFolding.h24 class BranchFolder { class in namespace:llvm
26 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist);
H A DIfConversion.cpp289 BranchFolder BF(true, false);
423 BranchFolder BF(false, false);

Completed in 304 milliseconds