Lines Matching refs:FunctionMap
43 for (FunctionMapTy::iterator I = FunctionMap.begin(), E = FunctionMap.end();
47 for (FunctionMapTy::iterator I = FunctionMap.begin(), E = FunctionMap.end();
120 FunctionMap.erase(F); // Remove the call graph node from the map
132 assert(FunctionMap.count(From) && "No CallGraphNode for function!");
133 assert(!FunctionMap.count(To) &&
135 FunctionMapTy::iterator I = FunctionMap.find(From);
137 FunctionMap[To] = I->second;
138 FunctionMap.erase(I);
145 CallGraphNode *&CGN = FunctionMap[F];