Home | History | Annotate | Download | only in LTO

Lines Matching refs:Libcalls

321                  ArrayRef<StringRef> Libcalls,
347 std::binary_search(Libcalls.begin(), Libcalls.end(), GV.getName()))
365 static void accumulateAndSortLibcalls(std::vector<StringRef> &Libcalls,
375 Libcalls.push_back(TLI.getName(F));
391 Libcalls.push_back(Name);
394 array_pod_sort(Libcalls.begin(), Libcalls.end());
395 Libcalls.erase(std::unique(Libcalls.begin(), Libcalls.end()),
396 Libcalls.end());
411 std::vector<StringRef> Libcalls;
415 accumulateAndSortLibcalls(Libcalls, TLI, *MergedModule, *TargetMach);
418 applyRestriction(f, Libcalls, MustPreserveList, AsmUsed, Mangler);
420 applyRestriction(v, Libcalls, MustPreserveList, AsmUsed, Mangler);
422 applyRestriction(a, Libcalls, MustPreserveList, AsmUsed, Mangler);