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

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTreeNode.cpp19 unsigned SuffixTreeNode::getStartIdx() const { return StartIdx; } function in class:SuffixTreeNode
25 return getStartIdx() == EmptyIdx;
H A DSuffixTree.cpp26 return N->getEndIdx() - N->getStartIdx() + 1;
160 if (Str[NextNode->getStartIdx() + Active.Len] == LastChar) {
188 Active.Node, NextNode->getStartIdx(),
189 NextNode->getStartIdx() + Active.Len - 1, FirstChar);
198 SplitNode->Children[Str[NextNode->getStartIdx()]] = NextNode;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h123 unsigned getStartIdx() const { return StartIdx; } function in struct:llvm::outliner::Candidate
210 return getStartIdx() > RHS.getStartIdx();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h54 unsigned getStartIdx() const;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DConcurrentHashtable.h184 uint32_t CurEntryIdx = getStartIdx(ExtHashBits, CurBucket.Size);
331 uint32_t StartDestIdx = getStartIdx(CurSrcEntryHashBits, NewBucketSize);
367 uint32_t getStartIdx(uint32_t ExtHashBits, uint32_t BucketSize) { function in class:llvm::ConcurrentHashTableByPtr
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp808 unsigned SectionLength = A.getStartIdx() + A.getLength();
809 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength;
1217 auto IdxToCandidateIt = IndexToIncludedCand.find(CandA.getStartIdx());
1221 unsigned CandAStart = CandA.getStartIdx();
1223 unsigned CandBStart = CandB.getStartIdx();
1228 if (MatchedCand->getStartIdx() > CandAStart ||
1242 if (MatchedCand->getStartIdx() > CandBStart ||
1426 for (unsigned Idx = IRCand.getStartIdx(), Edx = IRCand.getEndIdx();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h931 unsigned getStartIdx() const { return StartIdx; } function in class:llvm::IRSimilarity::IRSimilarityCandidate
1008 return getStartIdx() > RHS.getStartIdx();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp621 return EndIdx >= C.getStartIdx() && StartIdx <= C.getEndIdx();
628 << FirstOverlap->getStartIdx() << ", "
848 return std::any_of(UnsignedVecBegin + C.getStartIdx(),
969 for (unsigned &I : make_range(UnsignedVecBegin + C.getStartIdx(),
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2363 unsigned StartIdx = IRSC->getStartIdx();
2406 return LHS.getStartIdx() < RHS.getStartIdx();
2421 unsigned StartIdx = IRSC.getStartIdx();
2966 unsigned StartIdx = OS->Candidate->getStartIdx();

Completed in 109 milliseconds