Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp457 auto ItCached = CachedControlDivDescs.find(&Term); in getJoinBlocks() local
458 if (ItCached != CachedControlDivDescs.end()) in getJoinBlocks()
459 return *ItCached->second; in getJoinBlocks()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h743 auto ItCached = CachedControlDivDescs.find(DivTermBlock);
744 if (ItCached != CachedControlDivDescs.end())
745 return *ItCached->second;