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.cpp757 const Value *AObj = getUnderlyingObject(LocA.Ptr); in underlyingObjectsAlias() local
761 if (AObj == BObj) in underlyingObjectsAlias()
766 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()