Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp35 class AArch64CompressJumpTables : public MachineFunctionPass { class
52 AArch64CompressJumpTables() : MachineFunctionPass(ID) { in AArch64CompressJumpTables() function in __anon6e68054a0111::AArch64CompressJumpTables
66 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()
/freebsd/lib/clang/libllvm/
H A DMakefile1252 SRCS_MIN+= Target/AArch64/AArch64CompressJumpTables.cpp