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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DBranchFolding.h24 class BranchFolder { class in namespace:llvm
26 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist);
H A DBranchFolding.cpp65 public BranchFolder {
69 : MachineFunctionPass(ID), BranchFolder(defaultEnableTailMerge, true) {}
90 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist) { function in class:BranchFolder
102 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) {
127 bool BranchFolder::OptimizeImpDefsBlock(MachineBasicBlock *MBB) {
171 bool BranchFolder::OptimizeFunction(MachineFunction &MF,
369 void BranchFolder::MaintainLiveIns(MachineBasicBlock *CurMBB,
385 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
400 MachineBasicBlock *BranchFolder
[all...]
/external/llvm/lib/CodeGen/
H A DBranchFolding.h28 class LLVM_LIBRARY_VISIBILITY BranchFolder { class in namespace:llvm
32 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist,
H A DBranchFolding.cpp102 BranchFolder::MBFIWrapper MBBFreqInfo(
104 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true, MBBFreqInfo,
111 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist, function in class:BranchFolder
125 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) {
153 bool BranchFolder::OptimizeImpDefsBlock(MachineBasicBlock *MBB) {
200 bool BranchFolder::OptimizeFunction(MachineFunction &MF,
402 void BranchFolder::computeLiveIns(MachineBasicBlock &MBB) {
428 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
440 MachineBasicBlock *BranchFolder
[all...]

Completed in 124 milliseconds