Searched refs:AArch64CompressJumpTables (Results 1 – 2 of 2) sorted by relevance
35 class AArch64CompressJumpTables : public MachineFunctionPass { class52 AArch64CompressJumpTables() : MachineFunctionPass(ID) { in AArch64CompressJumpTables() function in __anon6e68054a0111::AArch64CompressJumpTables66 char AArch64CompressJumpTables::ID = 0;69 INITIALIZE_PASS(AArch64CompressJumpTables, DEBUG_TYPE,73 AArch64CompressJumpTables::computeBlockSize(MachineBasicBlock &MBB) { in computeBlockSize()87 bool AArch64CompressJumpTables::scanFunction() { in scanFunction()109 bool AArch64CompressJumpTables::compressJumpTable(MachineInstr &MI, in compressJumpTable()163 bool AArch64CompressJumpTables::runOnMachineFunction(MachineFunction &MFIn) { in runOnMachineFunction()188 return new AArch64CompressJumpTables(); in createAArch64CompressJumpTablesPass()
1252 SRCS_MIN+= Target/AArch64/AArch64CompressJumpTables.cpp