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