HomeSort by: relevance | last modified time | path
    Searched refs:StringLen (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 367 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq,
455 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq,
466 R << "Did not outline " << NV("Length", StringLen) << " instructions"
523 unsigned StringLen = RS.Length;
525 unsigned EndIdx = StartIdx + StringLen - 1;
559 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt,
586 emitNotOutliningCheaperRemark(StringLen, CandidatesForRepeatedSeq, OF);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp 709 unsigned StringLen = RS.Length;
713 unsigned EndIdx = StartIdx + StringLen - 1;
738 CandsForRepSubstring.emplace_back(StartIdx, StringLen, *StartIt, *EndIt);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 115 uint32_t StringLen = readULEB128(Ctx);
116 if (Ctx.Ptr + StringLen > Ctx.End)
119 StringRef(reinterpret_cast<const char *>(Ctx.Ptr), StringLen);
120 Ctx.Ptr += StringLen;

Completed in 56 milliseconds