Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp493 SmallSetVector<const MDNode *, 4> PathA; in getLeastCommonType() local
496 if (PathA.count(TA.getNode())) in getLeastCommonType()
498 PathA.insert(TA.getNode()); in getLeastCommonType()
511 int IA = PathA.size() - 1; in getLeastCommonType()
516 if (PathA[IA] == PathB[IB]) in getLeastCommonType()
517 Ret = PathA[IA]; in getLeastCommonType()