Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp499 SmallSetVector<const MDNode *, 4> PathB; in getLeastCommonType() local
502 if (PathB.count(TB.getNode())) in getLeastCommonType()
504 PathB.insert(TB.getNode()); in getLeastCommonType()
509 int IB = PathB.size() - 1; in getLeastCommonType()
513 if (PathA[IA] == PathB[IB]) in getLeastCommonType()