Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp498 SmallSetVector<const MDNode *, 4> PathB; in getLeastCommonType() local
501 if (!PathB.insert(TB.getNode())) in getLeastCommonType()
507 int IB = PathB.size() - 1; in getLeastCommonType()
511 if (PathA[IA] == PathB[IB]) in getLeastCommonType()