Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp179 auto IsInserted = Files.insert(File).second; in addFile() local
180 (void)IsInserted; in addFile()
181 assert(IsInserted && "File has already been added"); in addFile()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp307 bool IsInserted; in calculateSccBlockType() local
308 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()
310 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()