Searched refs:isIdentifiedObject (Results 1 – 15 of 15) sorted by relevance
86 return ObjA != ObjB && isIdentifiedObject(ObjB) ? AliasResult::NoAlias in alias()
142 if (!isIdentifiedObject(V)) in isObjectSmallerThan()1617 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
825 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
933 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
766 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
6834 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
901 LLVM_ABI bool isIdentifiedObject(const Value *V);
540 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
172 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
956 if (!isIdentifiedObject(Obj)) { in SUnitWithMemInfo()
142 if (!isIdentifiedObject(UO)) in addLocAccess()
8633 isIdentifiedObject(&Obj))) && in categorizePtrValue()
1094 isIdentifiedObject(KillingUndObj)) { in isOverwrite()
1283 } else if (!isa<Argument>(V) && !isIdentifiedObject(V)) { in AddAliasScopeMetadata()
19384 {"_ZN4llvm18isIdentifiedObjectEPKNS_5ValueE", "llvm::isIdentifiedObject(llvm::Value const*)"},