Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h343 bool HasSplit = false; variable
365 bool hasSplit() { return HasSplit; } in hasSplit()
404 HasSplit = false; in switchTo()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp1249 if (Cell.HasSplit) in isSplitCell()
1253 if (Next->HasSplit) in isSplitCell()
1337 bool HasSplit = false; in getCells() local
1367 HasSplit = true; in getCells()
1371 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()
H A DWhitespaceManager.h185 bool HasSplit = false; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp869 HasSplit |= Point.isSplit(); in addInsertPoint()