Home
last modified time | relevance | path

Searched refs:NotifyRemove (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h40 virtual void NotifyRemove(StringRef N) = 0;
121 Listener->NotifyRemove(Node->getName()); in Remove()
164 void NotifyRemove(StringRef N) override { in NotifyRemove() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h40 virtual void NotifyRemove(StringRef N) = 0;
121 Listener->NotifyRemove(Node->getName()); in Remove()
164 void NotifyRemove(StringRef N) override { in NotifyRemove() function
/external/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h41 virtual void NotifyRemove(const char *N) = 0;
149 void NotifyRemove(const char *N) override { in NotifyRemove() function
/external/llvm/lib/CodeGen/
DMachinePassRegistry.cpp50 if (Listener) Listener->NotifyRemove(Node->getName()); in Remove()