Searched refs:ValueIsLoadPair (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 278 typedef PointerIntPair<const Value *, 1, bool> ValueIsLoadPair; typedef 310 typedef DenseMap<ValueIsLoadPair, NonLocalPointerInfo> 315 typedef DenseMap<Instruction *, SmallPtrSet<ValueIsLoadPair, 4>> 465 void RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 289 using ValueIsLoadPair = PointerIntPair<const Value *, 1, bool>; 330 DenseMap<ValueIsLoadPair, NonLocalPointerInfo>; 335 DenseMap<Instruction *, SmallPtrSet<ValueIsLoadPair, 4>>; 500 void RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P);
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 963 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 990 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 1051 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() 1420 ValueIsLoadPair P) { in RemoveCachedNonLocalPointerDependencies() 1448 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, false)); in invalidateCachedPointerInfo() 1450 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, true)); in invalidateCachedPointerInfo() 1488 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false)); in removeInstruction() 1489 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true)); in removeInstruction() 1573 SmallVector<std::pair<Instruction *, ValueIsLoadPair>, 8> in removeInstruction() 1576 for (ValueIsLoadPair P : ReversePtrDepIt->second) { in removeInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1009 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 1036 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 1097 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() 1466 ValueIsLoadPair P) { in RemoveCachedNonLocalPointerDependencies() 1514 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, false)); in invalidateCachedPointerInfo() 1516 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, true)); in invalidateCachedPointerInfo() 1555 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false)); in removeInstruction() 1556 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true)); in removeInstruction() 1639 SmallVector<std::pair<Instruction *, ValueIsLoadPair>, 8> in removeInstruction() 1642 for (ValueIsLoadPair P : ReversePtrDepIt->second) { in removeInstruction() [all …]
|