Searched defs:NoOpCGSCCAnalysis (Results 1 – 1 of 1) sorted by relevance
67 struct NoOpCGSCCAnalysis { struct68 struct Result {};69 Result run(LazyCallGraph::SCC &) { return Result(); } in run()70 static StringRef name() { return "NoOpCGSCCAnalysis"; } in name()71 static void *ID() { return (void *)&PassID; } in ID()73 static char PassID;