Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTypeBasedAliasAnalysis.cpp489 SmallSetVector<const MDNode *, 4> PathA; in getLeastCommonType() local
492 if (PathA.count(TA.getNode())) in getLeastCommonType()
494 PathA.insert(TA.getNode()); in getLeastCommonType()
507 int IA = PathA.size() - 1; in getLeastCommonType()
512 if (PathA[IA] == PathB[IB]) in getLeastCommonType()
513 Ret = PathA[IA]; in getLeastCommonType()