Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp494 SmallSetVector<const MDNode *, 4> PathB; in getLeastCommonType() local
497 if (PathB.count(TB.getNode())) in getLeastCommonType()
499 PathB.insert(TB.getNode()); in getLeastCommonType()
504 int IB = PathB.size() - 1; in getLeastCommonType()
508 if (PathA[IA] == PathB[IB]) in getLeastCommonType()