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);
414 void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
428 void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, NodeSet &Nodes) { in nodes_for_root()
437 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root()
739 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacement()
769 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement()
807 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacementRec()
811 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec()
869 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in adjustForInvariance()
908 NodeChildrenMap::iterator CF = NCM.find(Node); in adjustForInvariance()
997 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in separateConstantChains()
1053 NodeChildrenMap NCM; in computeNodePlacement()
1134 NodeChildrenMap &NCM) { in getAllUsersForNode()
1149 NodeChildrenMap::iterator CF = NCM.find(N); in getAllUsersForNode()
1160 NodeChildrenMap NCM; in materialize()
1190 NodeChildrenMap::iterator CF = NCM.find(Last); in materialize()