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 269 /// ValueIsLoadPair - This is a pair<Value*, bool> where the bool is true if
271 typedef PointerIntPair<const Value*, 1, bool> ValueIsLoadPair;
300 typedef DenseMap<ValueIsLoadPair,
306 SmallPtrSet<ValueIsLoadPair, 4> > ReverseNonLocalPtrDepTy;
458 void RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P);
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]

Completed in 311 milliseconds