reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1754 LazyCallGraph CG = buildCG(*M); 1762 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); 1763 LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1")); 1764 LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2")); 1765 LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3")); 1766 LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1")); 1767 LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2")); 1768 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); 1769 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d"));