Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/
H A Dpipeline.py63 def split(pipeObj, splitIndex): argument
66 def splitInt(src, splitIndex, dstA, dstB, idx): argument
71 idx = splitInt(s[1], splitIndex, dstA2, dstB2, idx)
75 if idx <= splitIndex:
84 splitInt(pipeObj, splitIndex, listA, listB, 0)
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp558 int splitIndex; in computeSymbolicIntegerLexMin()
623 int splitIndex = rowUnknown[splitRow]; in computeSymbolicIntegerLexMin()
626 StackFrame{splitIndex, snapshot, domainSnapshot, domainPolyCounts}); in computeSymbolicIntegerLexMin()
656 const Unknown &u = unknownFromIndex(frame.splitIndex); in computeSymbolicIntegerLexMin()
661 // Now we consider the part of the domain where the unknown `splitIndex` in computeSymbolicIntegerLexMin()
555 int splitIndex; computeSymbolicIntegerLexMin() member
620 int splitIndex = rowUnknown[splitRow]; computeSymbolicIntegerLexMin() local