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()
308 bool IsInserted; in calculateSccBlockType() local309 std::tie(std::ignore, IsInserted) = in calculateSccBlockType()311 assert(IsInserted && "Duplicated block in SCC"); in calculateSccBlockType()
1643 auto [It, IsInserted] = Offsets.emplace(Offset, Idx); in sortPtrAccesses()1644 if (!IsInserted) in sortPtrAccesses()
2303 auto [Iterator, IsInserted] = PreheadersToFlush.try_emplace(&MBB, false); in isPreheaderToFlush()2304 if (!IsInserted) in isPreheaderToFlush()