Searched refs:ValueIsLoadPair (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h264 /// ValueIsLoadPair - This is a pair<Value*, bool> where the bool is true if
266 typedef PointerIntPair<const Value*, 1, bool> ValueIsLoadPair; typedef in class:llvm::MemoryDependenceAnalysis
295 typedef DenseMap<ValueIsLoadPair,
301 SmallPtrSet<ValueIsLoadPair, 4> > ReverseNonLocalPtrDepTy;
436 void RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P);
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp833 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
859 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
920 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
1272 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P) {
1305 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, false));
1307 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, true));
1352 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false));
1353 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true));
1441 SmallPtrSet<ValueIsLoadPair, 4> &Set = ReversePtrDepIt->second;
1442 SmallVector<std::pair<Instruction*, ValueIsLoadPair>,
[all...]

Completed in 879 milliseconds