Home
last modified time | relevance | path

Searched refs:NodeToInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h77 DenseMap<NodePtr, InfoRec> NodeToInfo; member
103 NodeToInfo.clear(); in clear()
128 auto InfoIt = NodeToInfo.find(BB); in getIDom()
129 if (InfoIt == NodeToInfo.end()) return nullptr; in getIDom()
185 if (NodeToInfo.count(V) != 0) NodeToInfo[V].Parent = AttachToNum;
189 auto &BBInfo = NodeToInfo[BB];
206 const auto SIT = NodeToInfo.find(Succ);
209 if (SIT != NodeToInfo.end() && SIT->second.DFSNum != 0) {
218 auto &SuccInfo = NodeToInfo[Succ];
243 InfoRec *VInfo = &NodeToInfo[V]; in eval()
[all …]