Searched defs:NCM (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp111 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, argument
423 NCM[PN].push_back(N);
427 void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, NodeSet &Nodes) { argument
436 NodeChildrenMap::iterator CF = NCM.find(N);
437 if (CF != NCM
737 recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
805 recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
867 adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
995 separateConstantChains(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
1052 NodeChildrenMap NCM; local
1132 getAllUsersForNode(GepNode *Node, ValueVect &Values, NodeChildrenMap &NCM) argument
1159 NodeChildrenMap NCM; local
[all...]

Completed in 194 milliseconds