Lines Matching refs:NodeChildrenMap
74 using NodeChildrenMap = std::map<GepNode *, NodeVect>; typedef
129 BasicBlock *recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM,
131 BasicBlock *recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM,
136 BasicBlock *adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM,
139 void separateConstantChains(GepNode *Node, NodeChildrenMap &NCM,
146 NodeChildrenMap &NCM);
431 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
443 static void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, in nodes_for_root()
453 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root()
746 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacement()
775 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement()
811 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacementRec()
815 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec()
866 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in adjustForInvariance()
905 NodeChildrenMap::iterator CF = NCM.find(Node); in adjustForInvariance()
993 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in separateConstantChains()
1046 NodeChildrenMap NCM; in computeNodePlacement()
1125 NodeChildrenMap &NCM) { in getAllUsersForNode()
1140 NodeChildrenMap::iterator CF = NCM.find(N); in getAllUsersForNode()
1150 NodeChildrenMap NCM; in materialize()
1180 NodeChildrenMap::iterator CF = NCM.find(Last); in materialize()