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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp342 auto ItCached = CachedLoopExitJoins.find(&Loop); local
343 if (ItCached != CachedLoopExitJoins.end()) {
344 return *ItCached->second;
365 auto ItCached = CachedBranchJoins.find(&Term); local
366 if (ItCached != CachedBranchJoins.end())
367 return *ItCached->second;

Completed in 100 milliseconds