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