Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp377 if (P1 == P2 || AA.isMustAlias(P1, P2)) { in isOverwrite()
585 if (DepReadLoc.Ptr && AA.isMustAlias(InstReadLoc.Ptr, DepReadLoc.Ptr)) in isPossibleSelfRead()
698 if (!AA->isMustAlias(F->getArgOperand(0), DepPointer)) in handleFree()
DMergedLoadStoreMotion.cpp198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
DLoopVersioningLICM.cpp289 if (AS.isMustAlias()) in legalLoopMemoryAccesses()
DLICM.cpp442 if (AS.isForwardingAliasSet() || !AS.isMod() || !AS.isMustAlias() || in runOnLoop()
1219 if (AS.isRef() || !AS.isMustAlias()) in canSinkOrHoistInst()
DMemCpyOptimizer.cpp1094 if (!AA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn()
DNewGVN.cpp1467 !AA->isMustAlias(LoadPtr, DepInst)) in performSymbolicLoadCoercion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h210 bool isMustAlias() const { return Alias == SetMustAlias; } in isMustAlias() function
DAliasAnalysis.h381 bool isMustAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) { in isMustAlias() function
386 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h186 bool isMustAlias() const { in isMustAlias() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp441 return AA.isMustAlias(Loc1, Loc2); in isAliased()
DMemoryDependenceAnalysis.cpp539 if (AA.isMustAlias(MemoryLocation(II->getArgOperand(1)), MemLoc)) in getSimplePointerDependencyFrom()
669 if (AccessPtr == Inst || AA.isMustAlias(Inst, AccessPtr)) in getSimplePointerDependencyFrom()
DAliasSetTracker.cpp142 if (isMustAlias()) in addPointer()