Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp714 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq,
829 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, in emitNotOutliningCheaperRemark() argument
831 Candidate &C = CandidatesForRepeatedSeq.front(); in emitNotOutliningCheaperRemark()
837 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size()) in emitNotOutliningCheaperRemark()
846 for (unsigned i = 1, e = CandidatesForRepeatedSeq.size(); i < e; i++) { in emitNotOutliningCheaperRemark()
848 CandidatesForRepeatedSeq[i].front()->getDebugLoc()); in emitNotOutliningCheaperRemark()
919 std::vector<Candidate> CandidatesForRepeatedSeq; in findCandidates() local
952 if (std::all_of(CandidatesForRepeatedSeq.begin(), in findCandidates()
953 CandidatesForRepeatedSeq.end(), in findCandidates()
965 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt, in findCandidates()
[all …]