Searched refs:NCM (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonCommonGEP.cpp | 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() argument 439 NCM[PN].push_back(N); in invert_find_roots() 443 static void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, in nodes_for_root() argument 453 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root() 454 if (CF != NCM.end()) { in nodes_for_root() [all …]
|