Home | History | Annotate | Download | only in Core

Lines Matching refs:InverseMap

2827   InterExplodedGraphMap InverseMap;
2877 G.reset(OriginalGraph->trim(Nodes, &ForwardMap, &InverseMap));
2955 InterExplodedGraphMap::const_iterator IMitr = InverseMap.find(OrigN);
2956 assert(IMitr != InverseMap.end() && "No mapping to original node.");