Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp150 if (!isIdentifiedObject(V)) in isObjectSmallerThan()
1507 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
H A DAliasAnalysis.cpp851 bool llvm::isIdentifiedObject(const Value *V) { in isIdentifiedObject() function in llvm
H A DGlobalsModRef.cpp910 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
H A DDependenceAnalysis.cpp738 if (!isIdentifiedObject(AObj) || !isIdentifiedObject(BObj)) in underlyingObjectsAlias()
H A DValueTracking.cpp6052 if (!isIdentifiedObject(V)) { in getUnderlyingObjectsForCodeGen()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h863 bool isIdentifiedObject(const Value *V);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp544 if (!isIdentifiedObject(V)) in getUnderlyingObjects()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp163 assert(isIdentifiedObject(V)); in getUnderlyingObjectsForInstr()
H A DMachinePipeliner.cpp767 if (!isIdentifiedObject(V)) { in getUnderlyingObjects()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp130 if (!isIdentifiedObject(UO)) in addLocAccess()
H A DAttributorAttributes.cpp8557 isIdentifiedObject(&Obj))) && in categorizePtrValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp953 isIdentifiedObject(KillingUndObj)) { in isOverwrite()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1260 } else if (!isa<Argument>(V) && !isIdentifiedObject(V)) { in AddAliasScopeMetadata()