Home
last modified time | relevance | path

Searched refs:BranchFolderLegacy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp93 class BranchFolderLegacy : public MachineFunctionPass { class
97 explicit BranchFolderLegacy() : MachineFunctionPass(ID) {} in BranchFolderLegacy() function in __anon094c1ac50111::BranchFolderLegacy
116 char BranchFolderLegacy::ID = 0;
118 char &llvm::BranchFolderPassID = BranchFolderLegacy::ID;
120 INITIALIZE_PASS(BranchFolderLegacy, DEBUG_TYPE, "Control Flow Optimizer", false,
147 bool BranchFolderLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()