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

  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.h 53 typedef std::pair<const Value *, const Value *> ValuePairTy;
54 typedef DenseMap<ValuePairTy, bool> CachedResultsTy;
ProvenanceAnalysis.cpp 170 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true));
175 CachedResults[ValuePairTy(A, B)] = Result;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 158 milliseconds