Home
last modified time | relevance | path

Searched refs:IsInserted (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp181 auto IsInserted = Files.insert(File).second; in addFile() local
182 (void)IsInserted; in addFile()
183 assert(IsInserted && "File has already been added"); in addFile()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp308 bool IsInserted; in calculateSccBlockType() local
309 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()
311 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()
H A DLoopAccessAnalysis.cpp1643 auto [It, IsInserted] = Offsets.emplace(Offset, Idx); in sortPtrAccesses()
1644 if (!IsInserted) in sortPtrAccesses()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp2303 auto [Iterator, IsInserted] = PreheadersToFlush.try_emplace(&MBB, false); in isPreheaderToFlush()
2304 if (!IsInserted) in isPreheaderToFlush()