Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp502 SmallSetVector<const MDNode *, 4> PathB; in getLeastCommonType() local
505 if (PathB.count(TB.getNode())) in getLeastCommonType()
507 PathB.insert(TB.getNode()); in getLeastCommonType()
512 int IB = PathB.size() - 1; in getLeastCommonType()
516 if (PathA[IA] == PathB[IB]) in getLeastCommonType()