Lines Matching refs:CF
437 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root() local
438 if (CF != NCM.end()) { in nodes_for_root()
439 Work.insert(Work.end(), CF->second.begin(), CF->second.end()); in nodes_for_root()
440 Nodes.insert(CF->second.begin(), CF->second.end()); in nodes_for_root()
769 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement() local
770 if (CF != NCM.end()) { in recalculatePlacement()
771 NodeVect &Cs = CF->second; in recalculatePlacement()
811 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec() local
812 if (CF != NCM.end()) { in recalculatePlacementRec()
813 NodeVect &Cs = CF->second; in recalculatePlacementRec()
908 NodeChildrenMap::iterator CF = NCM.find(Node); in adjustForInvariance() local
909 if (CF != NCM.end()) { in adjustForInvariance()
910 NodeVect &Cs = CF->second; in adjustForInvariance()
1149 NodeChildrenMap::iterator CF = NCM.find(N); in getAllUsersForNode() local
1150 if (CF != NCM.end()) { in getAllUsersForNode()
1151 NodeVect &Cs = CF->second; in getAllUsersForNode()
1190 NodeChildrenMap::iterator CF = NCM.find(Last); in materialize() local
1191 LastCN = (CF != NCM.end()) ? CF->second.size() : 0; in materialize()
1194 GepNode *Child = CF->second.front(); in materialize()