Searched refs:OlapStop (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h198 IndexT OlapStart, OlapStop; local
199 std::tie(OlapStart, OlapStop) = Overlap;
204 assert(CurrStart <= OlapStart && OlapStop <= CurrStop &&
208 // OlapStart-1] and another from [OlapStop+1, CurrStop]. If OlapStart is
210 // when OlapStop is equal to CurrStop, we omit the second split interval.
214 if (OlapStop < CurrStop)
215 insert(OlapStop + 1, CurrStop);
424 IndexT OlapStart, OlapStop; local
425 std::tie(OlapStart, OlapStop) = Overlap;
427 // [Start;Stop] and [OlapStart;OlapStop] overla
[all...]

Completed in 120 milliseconds