Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp134 struct AArch64CollectLOH : public MachineFunctionPass { struct
135 static char ID;
136 AArch64CollectLOH() : MachineFunctionPass(ID) {} in AArch64CollectLOH() argument
140 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
145 StringRef getPassName() const override { return AARCH64_COLLECT_LOH_NAME; } in getPassName()
147 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()