Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp342 auto ItCached = CachedLoopExitJoins.find(&Loop); in join_blocks() local
343 if (ItCached != CachedLoopExitJoins.end()) { in join_blocks()
344 return *ItCached->second; in join_blocks()
365 auto ItCached = CachedBranchJoins.find(&Term); in join_blocks() local
366 if (ItCached != CachedBranchJoins.end()) in join_blocks()
367 return *ItCached->second; in join_blocks()
/external/llvm-project/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp442 auto ItCached = CachedControlDivDescs.find(&Term); in getJoinBlocks() local
443 if (ItCached != CachedControlDivDescs.end()) in getJoinBlocks()
444 return *ItCached->second; in getJoinBlocks()