Searched refs:NodeChildrenMap (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 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() [all …]
|