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

/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp917 typedef std::pair<const Value *, const Value *> ValuePairTy; typedef in class:__anon7055::ProvenanceAnalysis
918 typedef DenseMap<ValuePairTy, bool> CachedResultsTy;
1083 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true));
1088 CachedResults[ValuePairTy(A, B)] = Result;

Completed in 38 milliseconds