Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h65 struct InfoRec { struct
77 DenseMap<NodePtr, InfoRec> NodeToInfo;
242 SmallVectorImpl<InfoRec *> &Stack) { in eval()
243 InfoRec *VInfo = &NodeToInfo[V]; in eval()
256 const InfoRec *PInfo = VInfo; in eval()
257 const InfoRec *PLabelInfo = &NodeToInfo[PInfo->Label]; in eval()
261 const InfoRec *VLabelInfo = &NodeToInfo[VInfo->Label]; in eval()
282 SmallVector<InfoRec *, 32> EvalStack;