|
CGRAOmp
0.1
|
#include "llvm/Passes/PassBuilder.h"#include "VerifyPass.hpp"#include "DecoupledAnalysis.hpp"#include "AGVerifyPass.hpp"#include "LoopDependencyAnalysis.hpp"#include "VerifyPasses.def"Macros | |
| #define | FUNCTION_ANALYSIS(CREATE_PASS) FAM.registerPass([&] { return CREATE_PASS; }); |
| #define | LOOP_ANALYSIS(CREATE_PASS) LAM.registerPass([&] { return CREATE_PASS; }); |
Functions | |
| ::llvm::PassPluginLibraryInfo LLVM_ATTRIBUTE_WEAK | llvmGetPassPluginInfo () |
| #define FUNCTION_ANALYSIS | ( | CREATE_PASS | ) | FAM.registerPass([&] { return CREATE_PASS; }); |
| #define LOOP_ANALYSIS | ( | CREATE_PASS | ) | LAM.registerPass([&] { return CREATE_PASS; }); |
| ::llvm::PassPluginLibraryInfo LLVM_ATTRIBUTE_WEAK llvmGetPassPluginInfo | ( | ) |
1.8.17