Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp471 auto ItInserted = CachedControlDivDescs.emplace(&Term, std::move(DivDesc)); in getJoinBlocks() local
472 assert(ItInserted.second); in getJoinBlocks()
473 return *ItInserted.first->second; in getJoinBlocks()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp371 auto ItInserted = Sections.try_emplace(Name, std::move(Section)); in recordSection() local
372 if (!ItInserted.second) in recordSection()