Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp352 auto ItInserted = CachedLoopExitJoins.emplace(&Loop, std::move(JoinBlocks)); in join_blocks() local
353 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() local
376 assert(ItInserted.second); in join_blocks()
377 return *ItInserted.first->second; in join_blocks()
/external/llvm-project/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp458 auto ItInserted = CachedControlDivDescs.emplace(&Term, std::move(DivDesc)); in getJoinBlocks() local
459 assert(ItInserted.second); in getJoinBlocks()
460 return *ItInserted.first->second; in getJoinBlocks()