reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/PassTimingInfo.h
  107   void runAfterPass(StringRef PassID);

References

lib/IR/PassTimingInfo.cpp
  269       [this](StringRef P, Any) { this->runAfterPass(P); });
  271       [this](StringRef P) { this->runAfterPass(P); });
  275       [this](StringRef P, Any) { this->runAfterPass(P); });