Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h64 struct InfoRec { struct
76 DenseMap<NodePtr, InfoRec> NodeToInfo;
241 SmallVectorImpl<InfoRec *> &Stack) { in eval()
242 InfoRec *VInfo = &NodeToInfo[V]; in eval()
255 const InfoRec *PInfo = VInfo; in eval()
256 const InfoRec *PLabelInfo = &NodeToInfo[PInfo->Label]; in eval()
260 const InfoRec *VLabelInfo = &NodeToInfo[VInfo->Label]; in eval()
281 SmallVector<InfoRec *, 32> EvalStack;