Searched refs:AArch64CompressJumpTables (Results 1 – 5 of 5) sorted by relevance
35 class AArch64CompressJumpTables : public MachineFunctionPass { class52 AArch64CompressJumpTables() : MachineFunctionPass(ID) { in AArch64CompressJumpTables() function in __anon20d244c60111::AArch64CompressJumpTables66 char AArch64CompressJumpTables::ID = 0;69 INITIALIZE_PASS(AArch64CompressJumpTables, DEBUG_TYPE,73 AArch64CompressJumpTables::computeBlockSize(MachineBasicBlock &MBB) { in computeBlockSize()87 bool AArch64CompressJumpTables::scanFunction() { in scanFunction()108 bool AArch64CompressJumpTables::compressJumpTable(MachineInstr &MI, in compressJumpTable()162 bool AArch64CompressJumpTables::runOnMachineFunction(MachineFunction &MFIn) { in runOnMachineFunction()187 return new AArch64CompressJumpTables(); in createAArch64CompressJumpTablesPass()
59 AArch64CompressJumpTables.cpp
37 AArch64CompressJumpTables.cpp \
117 "AArch64CompressJumpTables.cpp",
6264 llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp