Home
last modified time | relevance | path

Searched defs:NoPathProfileInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DPathProfileInfo.cpp407 struct NoPathProfileInfo : public ImmutablePass, public PathProfileInfo { struct
408 static char ID; // Class identification, replacement for typeinfo
409 NoPathProfileInfo() : ImmutablePass(ID) { in NoPathProfileInfo() argument
417 virtual void *getAdjustedAnalysisPointer(AnalysisID PI) { in getAdjustedAnalysisPointer()
423 virtual const char *getPassName() const { in getPassName()