|
LLVM 23.0.0git
|
#include "PPC.h"#include "PPCSubtarget.h"#include "PPCTargetMachine.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include <cassert>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "ppc-prep-ifunc-aix" |
Functions | |
| STATISTIC (NumIFuncs, "Number of IFuncs prepared") | |
| INITIALIZE_PASS (PPCPrepareIFuncsOnAIX, DEBUG_TYPE, "PPC Prepare for AIX IFunc lowering", false, false) ModulePass *llvm | |
| #define DEBUG_TYPE "ppc-prep-ifunc-aix" |
Definition at line 26 of file PPCPrepareIFuncsOnAIX.cpp.
| INITIALIZE_PASS | ( | PPCPrepareIFuncsOnAIX | , |
| DEBUG_TYPE | , | ||
| "PPC Prepare for AIX IFunc lowering" | , | ||
| false | , | ||
| false | ) |
Definition at line 47 of file PPCPrepareIFuncsOnAIX.cpp.
References llvm::createPPCPrepareIFuncsOnAIXPass(), and DEBUG_TYPE.
| STATISTIC | ( | NumIFuncs | , |
| "Number of IFuncs prepared" | ) |