Home
last modified time | relevance | path

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

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