Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp65 class FixupStatepointCallerSaved : public MachineFunctionPass { class
69 FixupStatepointCallerSaved() : MachineFunctionPass(ID) { in FixupStatepointCallerSaved() function in __anon9d3c0ba50111::FixupStatepointCallerSaved
87 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()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile230 SRCS_MIN+= CodeGen/FixupStatepointCallerSaved.cpp