Searched refs:UnitT (Results 1 – 1 of 1) sorted by relevance
24844 struct UnitT { } Unit; struct24845 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==() argument24846 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=() argument24870 llvm::IntervalMap<int64_t, UnitT, 8, IntervalMapHalfOpenInfo<int64_t>>; in parallelizeChainedStores()