• Home
  • Raw
  • Download

Lines Matching refs:lookupFunction

396 static Function &lookupFunction(Module &M, StringRef Name) {  in lookupFunction()  function
421 LazyCallGraph::Node &A = CG.get(lookupFunction(*M, "a")); in TEST()
422 LazyCallGraph::Node &B = CG.get(lookupFunction(*M, "b")); in TEST()
428 LazyCallGraph::Node &C = CG.get(lookupFunction(*M, "c")); in TEST()
461 LazyCallGraph::Node &D1 = CG.get(lookupFunction(*M, "d1")); in TEST()
462 LazyCallGraph::Node &A1 = CG.get(lookupFunction(*M, "a1")); in TEST()
562 LazyCallGraph::Node &N1 = *CG.lookup(lookupFunction(*M, "f1")); in TEST()
563 LazyCallGraph::Node &N2 = *CG.lookup(lookupFunction(*M, "f2")); in TEST()
564 LazyCallGraph::Node &N3 = *CG.lookup(lookupFunction(*M, "f3")); in TEST()
565 LazyCallGraph::Node &N4 = *CG.lookup(lookupFunction(*M, "f4")); in TEST()
566 LazyCallGraph::Node &N5 = *CG.lookup(lookupFunction(*M, "f4")); in TEST()
612 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
613 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
614 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
615 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d")); in TEST()
758 LazyCallGraph::Node &A1 = *CG.lookup(lookupFunction(*M, "a1")); in TEST()
759 LazyCallGraph::Node &A2 = *CG.lookup(lookupFunction(*M, "a2")); in TEST()
760 LazyCallGraph::Node &A3 = *CG.lookup(lookupFunction(*M, "a3")); in TEST()
761 LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1")); in TEST()
762 LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2")); in TEST()
763 LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3")); in TEST()
764 LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1")); in TEST()
765 LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2")); in TEST()
766 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST()
767 LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1")); in TEST()
768 LazyCallGraph::Node &D2 = *CG.lookup(lookupFunction(*M, "d2")); in TEST()
769 LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3")); in TEST()
850 LazyCallGraph::Node &A1 = *CG.lookup(lookupFunction(*M, "a1")); in TEST()
851 LazyCallGraph::Node &A2 = *CG.lookup(lookupFunction(*M, "a2")); in TEST()
852 LazyCallGraph::Node &A3 = *CG.lookup(lookupFunction(*M, "a3")); in TEST()
853 LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1")); in TEST()
854 LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2")); in TEST()
855 LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3")); in TEST()
856 LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1")); in TEST()
857 LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2")); in TEST()
858 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST()
859 LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1")); in TEST()
860 LazyCallGraph::Node &D2 = *CG.lookup(lookupFunction(*M, "d2")); in TEST()
861 LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3")); in TEST()
957 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
958 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
959 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
960 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d")); in TEST()
1034 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1035 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1036 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1037 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d")); in TEST()
1096 LazyCallGraph::Node &A1 = *CG.lookup(lookupFunction(*M, "a1")); in TEST()
1097 LazyCallGraph::Node &A2 = *CG.lookup(lookupFunction(*M, "a2")); in TEST()
1098 LazyCallGraph::Node &A3 = *CG.lookup(lookupFunction(*M, "a3")); in TEST()
1099 LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1")); in TEST()
1100 LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2")); in TEST()
1101 LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3")); in TEST()
1102 LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1")); in TEST()
1103 LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2")); in TEST()
1104 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST()
1105 LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1")); in TEST()
1106 LazyCallGraph::Node &D2 = *CG.lookup(lookupFunction(*M, "d2")); in TEST()
1107 LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3")); in TEST()
1242 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1243 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1244 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1336 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1337 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1338 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1414 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1415 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1416 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1484 LazyCallGraph::Node &AN = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1485 LazyCallGraph::Node &BN = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1486 LazyCallGraph::Node &CN = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1561 LazyCallGraph::Node &AN = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1562 LazyCallGraph::Node &BN = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1563 LazyCallGraph::Node &CN = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1651 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1652 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1653 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1654 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d")); in TEST()
1763 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1764 LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1")); in TEST()
1765 LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2")); in TEST()
1766 LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3")); in TEST()
1767 LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1")); in TEST()
1768 LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2")); in TEST()
1769 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST()
1770 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d")); in TEST()
1893 LazyCallGraph::Node &A = *CG.lookup(lookupFunction(*M, "a")); in TEST()
1894 LazyCallGraph::Node &B = *CG.lookup(lookupFunction(*M, "b")); in TEST()
1895 LazyCallGraph::Node &C = *CG.lookup(lookupFunction(*M, "c")); in TEST()
1896 LazyCallGraph::Node &D = *CG.lookup(lookupFunction(*M, "d")); in TEST()
1897 LazyCallGraph::Node &E = *CG.lookup(lookupFunction(*M, "e")); in TEST()
1898 LazyCallGraph::Node &F = *CG.lookup(lookupFunction(*M, "f")); in TEST()
1899 LazyCallGraph::Node &G = *CG.lookup(lookupFunction(*M, "g")); in TEST()
1976 LazyCallGraph::Node &F = *CG.lookup(lookupFunction(*M, "f")); in TEST()
1977 LazyCallGraph::Node &G = *CG.lookup(lookupFunction(*M, "g")); in TEST()
2004 LazyCallGraph::Node &F = *CG.lookup(lookupFunction(*M, "f")); in TEST()
2005 LazyCallGraph::Node &G = *CG.lookup(lookupFunction(*M, "g")); in TEST()
2058 LazyCallGraph::Node &AN = *CG.lookup(lookupFunction(*M, "a")); in TEST()
2059 LazyCallGraph::Node &BN = *CG.lookup(lookupFunction(*M, "b")); in TEST()
2060 LazyCallGraph::Node &CN = *CG.lookup(lookupFunction(*M, "c")); in TEST()
2061 LazyCallGraph::Node &DN = *CG.lookup(lookupFunction(*M, "d")); in TEST()
2126 LazyCallGraph::Node &AN = CG.get(lookupFunction(*M, "a")); in TEST()
2127 LazyCallGraph::Node &BN = CG.get(lookupFunction(*M, "b")); in TEST()
2128 LazyCallGraph::Node &CN = CG.get(lookupFunction(*M, "c")); in TEST()
2129 LazyCallGraph::Node &DN = CG.get(lookupFunction(*M, "d")); in TEST()
2130 LazyCallGraph::Node &DeadN = CG.get(lookupFunction(*M, "dead")); in TEST()