Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp729 const Value *AObj = getUnderlyingObject(LocA.Ptr); in underlyingObjectsAlias() local
733 if (AObj == BObj) in underlyingObjectsAlias()
738 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()