Searched defs:NoOpFunctionAnalysis (Results 1 – 1 of 1) sorted by relevance
89 struct NoOpFunctionAnalysis { struct90 struct Result {};91 Result run(Function &) { return Result(); } in run()92 static StringRef name() { return "NoOpFunctionAnalysis"; } in name()93 static void *ID() { return (void *)&PassID; } in ID()95 static char PassID;