Searched refs:StringLen (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 367 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, 455 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, in emitNotOutliningCheaperRemark() argument 466 R << "Did not outline " << NV("Length", StringLen) << " instructions" in emitNotOutliningCheaperRemark() 523 unsigned StringLen = RS.Length; in findCandidates() local 525 unsigned EndIdx = StartIdx + StringLen - 1; in findCandidates() 559 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt, in findCandidates() 586 emitNotOutliningCheaperRemark(StringLen, CandidatesForRepeatedSeq, OF); in findCandidates()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 709 unsigned StringLen = RS.Length; in createCandidatesFromSuffixTree() local 713 unsigned EndIdx = StartIdx + StringLen - 1; in createCandidatesFromSuffixTree() 738 CandsForRepSubstring.emplace_back(StartIdx, StringLen, *StartIt, *EndIt); in createCandidatesFromSuffixTree()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 115 uint32_t StringLen = readULEB128(Ctx); in readString() local 116 if (Ctx.Ptr + StringLen > Ctx.End) in readString() 119 StringRef(reinterpret_cast<const char *>(Ctx.Ptr), StringLen); in readString() 120 Ctx.Ptr += StringLen; in readString()
|