Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp86 return ObjA != ObjB && isIdentifiedObject(ObjB) ? AliasResult::NoAlias in alias()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp142 if (!isIdentifiedObject(V)) in isObjectSmallerThan()
1617 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
H A DAliasAnalysis.cpp825 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
H A DGlobalsModRef.cpp933 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
H A DDependenceAnalysis.cpp766 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
H A DValueTracking.cpp6834 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h901 LLVM_ABI bool isIdentifiedObject(const Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp540 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp172 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
H A DMachinePipeliner.cpp956 if (!isIdentifiedObject(Obj)) { in SUnitWithMemInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp142 if (!isIdentifiedObject(UO)) in addLocAccess()
H A DAttributorAttributes.cpp8633 isIdentifiedObject(&Obj))) && in categorizePtrValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1094 isIdentifiedObject(KillingUndObj)) { in isOverwrite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1283 } else if (!isa<Argument>(V) && !isIdentifiedObject(V)) { in AddAliasScopeMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19384 {"_ZN4llvm18isIdentifiedObjectEPKNS_5ValueE", "llvm::isIdentifiedObject(llvm::Value const*)"},