HomeSort by relevance Sort by last modified time
    Searched refs:isMustAlias (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 72 /// isMustAlias - True if both sides of the dependence are known to
74 bool isMustAlias : 1;
96 bool isNormalMemory = false, bool isMustAlias = false,
106 assert(!isMustAlias && "isMustAlias only applies with SDep::Order!");
113 Contents.Order.isMustAlias = isMustAlias;
129 Contents.Order.isMustAlias == Other.Contents.Order.isMustAlias &&
180 /// isMustAlias - Test if this is an Order dependence that is marke
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 189 /// isMustAlias - A convenience wrapper.
190 bool isMustAlias(const Location &LocA, const Location &LocB) {
194 /// isMustAlias - A convenience wrapper.
195 bool isMustAlias(const Value *V1, const Value *V2) {
AliasSetTracker.h 159 bool isMustAlias() const { return AliasTy == MustAlias; }
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 223 bool isMustAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) {
227 /// A convenience wrapper around the \c isMustAlias helper interface.
228 bool isMustAlias(const Value *V1, const Value *V2) {
    [all...]
AliasSetTracker.h 172 bool isMustAlias() const { return Alias == SetMustAlias; }
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 236 if (Load0->isSameOperationAs(Load1) && AA->isMustAlias(Loc0, Loc1) &&
389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
LoopVersioningLICM.cpp 287 if (AS.isMustAlias())
DeadStoreElimination.cpp 500 if (DepReadLoc.Ptr && AA.isMustAlias(InstReadLoc.Ptr, DepReadLoc.Ptr))
612 if (!AA->isMustAlias(F->getArgOperand(0), DepPointer))
    [all...]
LICM.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 410 if (DepReadLoc.Ptr && AA.isMustAlias(InstReadLoc.Ptr, DepReadLoc.Ptr))
557 if (!AA->isMustAlias(F->getArgOperand(0), DepPointer))
LICM.cpp 673 if (AS.isForwardingAliasSet() || !AS.isMod() || !AS.isMustAlias() ||
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 182 /// isMustAlias - Test if this is an Order dependence that is marked
185 bool isMustAlias() const {
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 102 if (isMustAlias() && !KnownMustAlias)
MemoryDependenceAnalysis.cpp 489 if (AA.isMustAlias(MemoryLocation(II->getArgOperand(1)), MemLoc))
632 if (AccessPtr == Inst || AA.isMustAlias(Inst, AccessPtr))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasSetTracker.cpp 101 if (isMustAlias() && !KnownMustAlias)
MemoryDependenceAnalysis.cpp 368 if (AA->isMustAlias(AliasAnalysis::Location(II->getArgOperand(1)),
475 if (AccessPtr == Inst || AA->isMustAlias(Inst, AccessPtr))
    [all...]

Completed in 847 milliseconds