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

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTreeNode.cpp27 unsigned SuffixTreeInternalNode::getEndIdx() const { return EndIdx; } function in class:SuffixTreeInternalNode
34 unsigned SuffixTreeLeafNode::getEndIdx() const { function in class:SuffixTreeLeafNode
H A DSuffixTree.cpp26 return N->getEndIdx() - N->getStartIdx() + 1;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h57 virtual unsigned getEndIdx() const = 0;
114 unsigned getEndIdx() const override;
158 unsigned getEndIdx() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h126 unsigned getEndIdx() const { return StartIdx + Len - 1; } function in struct:llvm::outliner::Candidate
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp906 return X.StartIdx <= Y.getEndIdx() && Y.StartIdx >= X.StartIdx;
1222 unsigned CandAEnd = CandA.getEndIdx();
1224 unsigned CandBEnd = CandB.getEndIdx();
1229 (MatchedCand->getEndIdx() < CandAEnd))
1243 MatchedCand->getEndIdx() < CandBEnd)
1426 for (unsigned Idx = IRCand.getStartIdx(), Edx = IRCand.getEndIdx();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp621 return EndIdx >= C.getStartIdx() && StartIdx <= C.getEndIdx();
629 << FirstOverlap->getEndIdx() << "]\n");
849 UnsignedVecBegin + C.getEndIdx() + 1, [](unsigned I) {
970 UnsignedVecBegin + C.getEndIdx() + 1))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h934 unsigned getEndIdx() const { return StartIdx + Len - 1; } function in class:llvm::IRSimilarity::IRSimilarityCandidate
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2364 unsigned EndIdx = IRSC->getEndIdx();
2422 unsigned EndIdx = IRSC.getEndIdx();
2967 unsigned EndIdx = OS->Candidate->getEndIdx();

Completed in 197 milliseconds