Home
last modified time | relevance | path

Searched refs:CachedResultsTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h55 using CachedResultsTy = DenseMap<ValuePairTy, bool>; variable
57 CachedResultsTy CachedResults;
H A DProvenanceAnalysis.cpp170 std::pair<CachedResultsTy::iterator, bool> Pair = in related()