Searched refs:ItInserted (Results 1 – 2 of 2) sorted by relevance
352 auto ItInserted = CachedLoopExitJoins.emplace(&Loop, std::move(JoinBlocks)); in join_blocks() local353 assert(ItInserted.second); in join_blocks()354 return *ItInserted.first->second; in join_blocks()375 auto ItInserted = CachedBranchJoins.emplace(&Term, std::move(JoinBlocks)); in join_blocks() local376 assert(ItInserted.second); in join_blocks()377 return *ItInserted.first->second; in join_blocks()
458 auto ItInserted = CachedControlDivDescs.emplace(&Term, std::move(DivDesc)); in getJoinBlocks() local459 assert(ItInserted.second); in getJoinBlocks()460 return *ItInserted.first->second; in getJoinBlocks()