Searched refs:BranchFolderPass (Results 1 – 5 of 5) sorted by relevance
92 class BranchFolderPass : public MachineFunctionPass { class96 explicit BranchFolderPass(): MachineFunctionPass(ID) {} in BranchFolderPass() function in __anon425f8ff50111::BranchFolderPass116 char BranchFolderPass::ID = 0;118 char &llvm::BranchFolderPassID = BranchFolderPass::ID;120 INITIALIZE_PASS(BranchFolderPass, DEBUG_TYPE,123 bool BranchFolderPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
594 DISABLE_PASS(DisableBranchFold, BranchFolderPass) in registerCodeGenCallback()
182 DUMMY_MACHINE_FUNCTION_PASS("branch-folder", BranchFolderPass, ())
1124 addPass(BranchFolderPass()); in addMachineLateOptimization()
3 ; The original reason for this failure is that the BranchFolderPass disables liveness