Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp61 class FixupStatepointCallerSaved : public MachineFunctionPass { class
65 FixupStatepointCallerSaved() : MachineFunctionPass(ID) { in FixupStatepointCallerSaved() function in __anon2f435cf10111::FixupStatepointCallerSaved
83 char FixupStatepointCallerSaved::ID = 0;
84 char &llvm::FixupStatepointCallerSavedID = FixupStatepointCallerSaved::ID;
86 INITIALIZE_PASS_BEGIN(FixupStatepointCallerSaved, DEBUG_TYPE,
88 INITIALIZE_PASS_END(FixupStatepointCallerSaved, DEBUG_TYPE,
600 bool FixupStatepointCallerSaved::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile254 SRCS_MIN+= CodeGen/FixupStatepointCallerSaved.cpp