Searched defs:BranchFolder (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.h24 class BranchFolder { class in namespace:llvm
26 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist);
H A DBranchFolding.cpp86 BranchFolder Folder(PassConfig->getEnableTailMerge(), /*CommonHoist=*/true);
94 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist) { function in class:BranchFolder
106 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) {
131 bool BranchFolder::OptimizeImpDefsBlock(MachineBasicBlock *MBB) {
174 bool BranchFolder::OptimizeFunction(MachineFunction &MF,
377 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
393 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
408 MachineBasicBlock *BranchFolder::SplitMBBAt(MachineBasicBlock &CurMBB,
481 BranchFolder
[all...]

Completed in 132 milliseconds