Searched refs:IsInserted (Results 1 – 4 of 4) sorted by relevance
181 auto IsInserted = Files.insert(File).second; in addFile() local182 (void)IsInserted; in addFile()183 assert(IsInserted && "File has already been added"); in addFile()
304 bool IsInserted; in calculateSccBlockType() local305 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()307 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()
1697 auto [It, IsInserted] = Offsets.emplace(Offset, Idx); in sortPtrAccesses()1698 if (!IsInserted) in sortPtrAccesses()
2603 auto [Iterator, IsInserted] = PreheadersToFlush.try_emplace(&MBB, false); in isPreheaderToFlush()2604 if (!IsInserted) in isPreheaderToFlush()