Searched refs:CandidatesForRepeatedSeq (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 866 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, 954 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, in emitNotOutliningCheaperRemark() argument 960 Candidate &C = CandidatesForRepeatedSeq.front(); in emitNotOutliningCheaperRemark() 966 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size()) in emitNotOutliningCheaperRemark() 975 for (unsigned i = 1, e = CandidatesForRepeatedSeq.size(); i < e; i++) { in emitNotOutliningCheaperRemark() 977 CandidatesForRepeatedSeq[i].front()->getDebugLoc()); in emitNotOutliningCheaperRemark() 1019 std::vector<Candidate> CandidatesForRepeatedSeq; in findCandidates() local 1021 CandidatesForRepeatedSeq.clear(); in findCandidates() 1048 CandidatesForRepeatedSeq.begin(), CandidatesForRepeatedSeq.end(), in findCandidates() 1060 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt, in findCandidates() [all …]
|