Lines Matching refs:Nodes
151 NodeVect Nodes; member in __anond63da4e80111::HexagonCommonGEP
379 Nodes.push_back(N); in processGepInst()
393 Nodes.push_back(Nx); in processGepInst()
428 LLVM_DEBUG(dbgs() << "Gep nodes after initial collection:\n" << Nodes); in collect()
431 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots() argument
433 for (GepNode *N : Nodes) { in invert_find_roots()
444 NodeSet &Nodes) { in nodes_for_root() argument
447 Nodes.insert(Root); in nodes_for_root()
456 Nodes.insert(CF->second.begin(), CF->second.end()); in nodes_for_root()
540 for (GepNode *N : Nodes) { in common()
624 for (GepNode *N : Nodes) { in common()
638 LLVM_DEBUG(dbgs() << "Gep nodes after commoning:\n" << Nodes); in common()
642 for (GepNode *N : Nodes) { in common()
654 erase_if(Nodes, in_set(Erase)); in common()
656 LLVM_DEBUG(dbgs() << "Gep nodes after post-commoning cleanup:\n" << Nodes); in common()
954 Nodes.push_back(NewN); in separateChainForNode()
1048 invert_find_roots(Nodes, NCM, Roots); in computeNodePlacement()
1149 LLVM_DEBUG(dbgs() << "Nodes before materialization:\n" << Nodes << '\n'); in materialize()
1154 invert_find_roots(Nodes, NCM, Roots); in materialize()
1266 Nodes.clear(); in runOnFunction()