Home
last modified time | relevance | path

Searched defs:XCoreFTAOElim (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp24 struct XCoreFTAOElim : public MachineFunctionPass { struct
25 static char ID;
26 XCoreFTAOElim() : MachineFunctionPass(ID) {} in XCoreFTAOElim() argument
29 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
34 StringRef getPassName() const override { in getPassName()