Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp454 auto ItInserted = CachedControlDivDescs.emplace(&Term, std::move(DivDesc)); in getJoinBlocks() local
455 assert(ItInserted.second); in getJoinBlocks()
456 return *ItInserted.first->second; in getJoinBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp362 auto ItInserted = Sections.try_emplace(Name, std::move(Section)); in recordSection() local
363 if (!ItInserted.second) in recordSection()