HomeSort by relevance Sort by last modified time
    Searched defs:BranchFolder (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.h 24 class BranchFolder {
26 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist);
BranchFolding.cpp 65 public BranchFolder {
69 : MachineFunctionPass(ID), BranchFolder(defaultEnableTailMerge, true) {}
90 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist) {
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::SplitMBBAt(MachineBasicBlock &CurMBB
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.h 28 class LLVM_LIBRARY_VISIBILITY BranchFolder {
32 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist,
BranchFolding.cpp 102 BranchFolder::MBFIWrapper MBBFreqInfo(
104 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true, MBBFreqInfo,
111 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist,
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::SplitMBBAt(MachineBasicBlock &CurMBB
    [all...]

Completed in 93 milliseconds