Searched refs:FixupStatepointCallerSaved (Results 1 – 2 of 2) sorted by relevance
65 class FixupStatepointCallerSaved : public MachineFunctionPass { class69 FixupStatepointCallerSaved() : MachineFunctionPass(ID) { in FixupStatepointCallerSaved() function in __anon9d3c0ba50111::FixupStatepointCallerSaved87 char FixupStatepointCallerSaved::ID = 0;88 char &llvm::FixupStatepointCallerSavedID = FixupStatepointCallerSaved::ID;90 INITIALIZE_PASS_BEGIN(FixupStatepointCallerSaved, DEBUG_TYPE,92 INITIALIZE_PASS_END(FixupStatepointCallerSaved, DEBUG_TYPE,598 bool FixupStatepointCallerSaved::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
230 SRCS_MIN+= CodeGen/FixupStatepointCallerSaved.cpp