Searched refs:AArch64CollectLOH (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp1 //===---------- AArch64CollectLOH.cpp - AArch64 collect LOH pass --*- C++ -*-=//
87 // 1. AArch64CollectLOH (this pass) records the LOHs in the AArch64FunctionInfo.
134 struct AArch64CollectLOH : public MachineFunctionPass { struct in namespace:__anon3839
136 AArch64CollectLOH() : MachineFunctionPass(ID) {} function in struct:__anon3839::AArch64CollectLOH
153 char AArch64CollectLOH::ID = 0;
157 INITIALIZE_PASS(AArch64CollectLOH, "aarch64-collect-loh",
514 bool AArch64CollectLOH::runOnMachineFunction(MachineFunction &MF) {
574 return new AArch64CollectLOH();
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1007 SRCS_MIN+= Target/AArch64/AArch64CollectLOH.cpp

Completed in 124 milliseconds