Searched refs:RISCVFoldMemOffset (Results 1 – 2 of 2) sorted by relevance
30 class RISCVFoldMemOffset : public MachineFunctionPass { class34 RISCVFoldMemOffset() : MachineFunctionPass(ID) {} in RISCVFoldMemOffset() function in __anon99dd37ee0111::RISCVFoldMemOffset75 char RISCVFoldMemOffset::ID = 0;76 INITIALIZE_PASS(RISCVFoldMemOffset, DEBUG_TYPE, RISCV_FOLD_MEM_OFFSET_NAME, in INITIALIZE_PASS() argument80 return new RISCVFoldMemOffset(); in INITIALIZE_PASS()90 bool RISCVFoldMemOffset::foldOffset( in foldOffset()234 bool RISCVFoldMemOffset::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
1693 SRCS_MIN+= Target/RISCV/RISCVFoldMemOffset.cpp