Searched refs:callGraph (Results 1 – 7 of 7) sorted by relevance
104 callGraph.insert(callGraph.end(), unit.callGraph.begin(), unit.callGraph.end()); in mergeCallGraphs()866 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphCycles()880 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphCycles()906 TGraph::iterator child = callGraph.begin(); in checkCallGraphCycles()907 for (; child != callGraph.end(); ++child) { in checkCallGraphCycles()929 if (child == callGraph.end()) { in checkCallGraphCycles()948 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphBodies()964 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphBodies()972 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphBodies()982 for (auto call1 = callGraph.begin(); call1 != callGraph.end(); ++call1) { in checkCallGraphBodies()[all …]
2866 for (TGraph::const_iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in addToCallGraph()2873 callGraph.emplace_front(caller, callee); in addToCallGraph()
978 TGraph callGraph; variable
155 callGraph.insert(callGraph.end(), unit.callGraph.begin(), unit.callGraph.end()); in mergeCallGraphs()1195 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphCycles()1209 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphCycles()1235 TGraph::iterator child = callGraph.begin(); in checkCallGraphCycles()1236 for (; child != callGraph.end(); ++child) { in checkCallGraphCycles()1258 if (child == callGraph.end()) { in checkCallGraphCycles()1277 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphBodies()1293 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphBodies()1301 for (TGraph::iterator call = callGraph.begin(); call != callGraph.end(); ++call) { in checkCallGraphBodies()1311 for (auto call1 = callGraph.begin(); call1 != callGraph.end(); ++call1) { in checkCallGraphBodies()[all …]
1047 TGraph callGraph; variable
29 CallGraph *callGraph() const { return CG.get(); } in callGraph() function