Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1586 bool canCoalesceRight(KeyT Stop, ValT x);
1693 iterator::canCoalesceRight(KeyT Stop, ValT Value) { in canCoalesceRight() function
1753 !canCoalesceRight(b, this->value())) { in setStop()
1767 if (canCoalesceRight(this->stop(), x)) { in setValue()