Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp26 return N->getEndIdx() - N->getStartIdx() + 1; in numElementsInSubstring()
231 if (Str[NextNode->getStartIdx() + Active.Len] == LastChar) { in extend()
259 Active.Node, NextNode->getStartIdx(), in extend()
260 NextNode->getStartIdx() + Active.Len - 1, FirstChar); in extend()
269 SplitNode->Children[Str[NextNode->getStartIdx()]] = NextNode; in extend()
H A DSuffixTreeNode.cpp18 unsigned SuffixTreeNode::getStartIdx() const { return StartIdx; } in getStartIdx() function in SuffixTreeNode
24 return getStartIdx() == EmptyIdx; in isRoot()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h124 unsigned getStartIdx() const { return StartIdx; } in getStartIdx() function
211 return getStartIdx() > RHS.getStartIdx();
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DConcurrentHashtable.h185 uint32_t CurEntryIdx = getStartIdx(ExtHashBits, CurBucket.Size); in insert()
332 uint32_t StartDestIdx = getStartIdx(CurSrcEntryHashBits, NewBucketSize); in RehashBucket()
368 uint32_t getStartIdx(uint32_t ExtHashBits, uint32_t BucketSize) { in getStartIdx() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp802 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure()
803 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
1211 auto IdxToCandidateIt = IndexToIncludedCand.find(CandA.getStartIdx()); in CheckLargerCands()
1215 unsigned CandAStart = CandA.getStartIdx(); in CheckLargerCands()
1217 unsigned CandBStart = CandB.getStartIdx(); in CheckLargerCands()
1222 if (MatchedCand->getStartIdx() > CandAStart || in CheckLargerCands()
1236 if (MatchedCand->getStartIdx() > CandBStart || in CheckLargerCands()
1419 for (unsigned Idx = IRCand.getStartIdx(), Edx = IRCand.getEndIdx(); in findCandidates()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h66 LLVM_ABI unsigned getStartIdx() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h930 unsigned getStartIdx() const { return StartIdx; } in getStartIdx() function
1007 return getStartIdx() > RHS.getStartIdx();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp802 << CandidatesForRepeatedSeq.back().getStartIdx() in findCandidates()
1059 return std::any_of(UnsignedVecBegin + C.getStartIdx(), in outline()
1190 for (unsigned &I : make_range(UnsignedVecBegin + C.getStartIdx(), in outline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2343 unsigned StartIdx = IRSC->getStartIdx(); in isCompatibleWithAlreadyOutlinedCode()
2386 return LHS.getStartIdx() < RHS.getStartIdx(); in pruneIncompatibleRegions()
2401 unsigned StartIdx = IRSC.getStartIdx(); in pruneIncompatibleRegions()
2947 unsigned StartIdx = OS->Candidate->getStartIdx(); in doOutline()