Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h69 virtual unsigned getEndIdx() const = 0;
138 unsigned getEndIdx() const override;
182 unsigned getEndIdx() const override;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTreeNode.cpp26 unsigned SuffixTreeInternalNode::getEndIdx() const { return EndIdx; } in getEndIdx() function in SuffixTreeInternalNode
33 unsigned SuffixTreeLeafNode::getEndIdx() const { in getEndIdx() function in SuffixTreeLeafNode
H A DSuffixTree.cpp26 return N->getEndIdx() - N->getStartIdx() + 1; in numElementsInSubstring()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp900 return X.StartIdx <= Y.getEndIdx() && Y.StartIdx >= X.StartIdx; in overlap()
1216 unsigned CandAEnd = CandA.getEndIdx(); in CheckLargerCands()
1218 unsigned CandBEnd = CandB.getEndIdx(); in CheckLargerCands()
1223 (MatchedCand->getEndIdx() < CandAEnd)) in CheckLargerCands()
1237 MatchedCand->getEndIdx() < CandBEnd) in CheckLargerCands()
1419 for (unsigned Idx = IRCand.getStartIdx(), Edx = IRCand.getEndIdx(); in findCandidates()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h127 unsigned getEndIdx() const { return StartIdx + Len - 1; } in getEndIdx() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp797 StartIdx <= CandidatesForRepeatedSeq.back().getEndIdx()) { in findCandidates()
803 << ", " << CandidatesForRepeatedSeq.back().getEndIdx() in findCandidates()
1060 UnsignedVecBegin + C.getEndIdx() + 1, [](unsigned I) { in outline()
1191 UnsignedVecBegin + C.getEndIdx() + 1)) in outline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h933 unsigned getEndIdx() const { return StartIdx + Len - 1; } in getEndIdx() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2344 unsigned EndIdx = IRSC->getEndIdx(); in isCompatibleWithAlreadyOutlinedCode()
2402 unsigned EndIdx = IRSC.getEndIdx(); in pruneIncompatibleRegions()
2948 unsigned EndIdx = OS->Candidate->getEndIdx(); in doOutline()