Home
last modified time | relevance | path

Searched refs:PassRegistrationListener (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassRegistry.h30 struct PassRegistrationListener;
49 std::vector<PassRegistrationListener *> Listeners;
81 void enumerateWith(PassRegistrationListener *L);
85 void addRegistrationListener(PassRegistrationListener *L);
89 void removeRegistrationListener(PassRegistrationListener *L);
DPassSupport.h196 struct PassRegistrationListener { struct
197 PassRegistrationListener() = default;
198 virtual ~PassRegistrationListener() = default;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassRegistry.cpp73 void PassRegistry::enumerateWith(PassRegistrationListener *L) { in enumerateWith()
118 void PassRegistry::addRegistrationListener(PassRegistrationListener *L) { in addRegistrationListener()
123 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) { in removeRegistrationListener()
DPass.cpp213 void PassRegistrationListener::enumeratePasses() { in enumeratePasses()
233 struct GetCFGOnlyPasses : public PassRegistrationListener {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassNameParser.h41 class PassNameParser : public PassRegistrationListener,