reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1884 LazyCallGraph CG = buildCG(*M); 1892 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); 1893 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); 1894 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); 1895 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d")); 1896 LazyCallGraph::Node &E = *CG.lookup(lookupFunction(*M, "e")); 1897 LazyCallGraph::Node &F = *CG.lookup(lookupFunction(*M, "f")); 1898 LazyCallGraph::Node &G = *CG.lookup(lookupFunction(*M, "g"));