Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h64 struct InfoRec { struct
76 DenseMap<NodePtr, InfoRec> NodeToInfo;
229 SmallVectorImpl<InfoRec *> &Stack, in eval()
230 ArrayRef<InfoRec *> NumToInfo) { in eval()
231 InfoRec *VInfo = NumToInfo[V]; in eval()
244 const InfoRec *PInfo = VInfo; in eval()
245 const InfoRec *PLabelInfo = NumToInfo[PInfo->Label]; in eval()
249 const InfoRec *VLabelInfo = NumToInfo[VInfo->Label]; in eval()
262 SmallVector<InfoRec *, 8> NumToInfo = {nullptr}; in runSemiNCA()
273 SmallVector<InfoRec *, 32> EvalStack; in runSemiNCA()