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

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 265 /// ValueIsLoadPair - This is a pair<Value*, bool> where the bool is true if
267 typedef PointerIntPair<const Value*, 1, bool> ValueIsLoadPair;
295 typedef DenseMap<ValueIsLoadPair,
301 SmallPtrSet<ValueIsLoadPair, 4> > ReverseNonLocalPtrDepTy;
435 void RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P);
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]

Completed in 33 milliseconds