Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h61 struct InfoRec { struct
73 DenseMap<NodePtr, InfoRec> NodeToInfo;
274 SmallVectorImpl<InfoRec *> &Stack) { in eval()
275 InfoRec *VInfo = &NodeToInfo[V]; in eval()
288 const InfoRec *PInfo = VInfo; in eval()
289 const InfoRec *PLabelInfo = &NodeToInfo[PInfo->Label]; in eval()
293 const InfoRec *VLabelInfo = &NodeToInfo[VInfo->Label]; in eval()
314 SmallVector<InfoRec *, 32> EvalStack;