Lines Matching refs:NodeChildrenMap
56 typedef std::map<GepNode*,NodeVect> NodeChildrenMap; typedef
111 BasicBlock *recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM,
113 BasicBlock *recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM,
118 BasicBlock *adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM,
121 void separateConstantChains(GepNode *Node, NodeChildrenMap &NCM,
128 NodeChildrenMap &NCM);
413 void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
427 void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, NodeSet &Nodes) { in nodes_for_root()
436 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root()
738 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacement()
768 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement()
806 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacementRec()
810 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec()
868 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in adjustForInvariance()
907 NodeChildrenMap::iterator CF = NCM.find(Node); in adjustForInvariance()
996 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in separateConstantChains()
1052 NodeChildrenMap NCM; in computeNodePlacement()
1133 NodeChildrenMap &NCM) { in getAllUsersForNode()
1148 NodeChildrenMap::iterator CF = NCM.find(N); in getAllUsersForNode()
1159 NodeChildrenMap NCM; in materialize()
1189 NodeChildrenMap::iterator CF = NCM.find(Last); in materialize()