reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/MemorySSA.cpp
 1152   WorkStack.push_back({Root, Root->begin(), IncomingVal});
 1154   while (!WorkStack.empty()) {
 1155     DomTreeNode *Node = WorkStack.back().DTN;
 1156     DomTreeNode::const_iterator ChildIt = WorkStack.back().ChildIt;
 1157     IncomingVal = WorkStack.back().IncomingVal;
 1160       WorkStack.pop_back();
 1163       ++WorkStack.back().ChildIt;
 1179       WorkStack.push_back({Child, Child->begin(), IncomingVal});