Searched refs:ItCached (Results 1 – 2 of 2) sorted by relevance
342 auto ItCached = CachedLoopExitJoins.find(&Loop); in join_blocks() local343 if (ItCached != CachedLoopExitJoins.end()) { in join_blocks()344 return *ItCached->second; in join_blocks()365 auto ItCached = CachedBranchJoins.find(&Term); in join_blocks() local366 if (ItCached != CachedBranchJoins.end()) in join_blocks()367 return *ItCached->second; in join_blocks()
442 auto ItCached = CachedControlDivDescs.find(&Term); in getJoinBlocks() local443 if (ItCached != CachedControlDivDescs.end()) in getJoinBlocks()444 return *ItCached->second; in getJoinBlocks()