Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp414 SmallSetVector<MDNode *, 4> PathA; in getMostGenericTBAA() local
417 if (PathA.count(T)) in getMostGenericTBAA()
419 PathA.insert(T); in getMostGenericTBAA()
434 int IA = PathA.size() - 1; in getMostGenericTBAA()
439 if (PathA[IA] == PathB[IB]) in getMostGenericTBAA()
440 Ret = PathA[IA]; in getMostGenericTBAA()