Home
last modified time | relevance | path

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

/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()