Searched refs:BMs (Results 1 – 3 of 3) sorted by relevance
65 BitcodeModule *findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);
673 BitcodeModule *lto::findThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { in findThinLTOModule() argument674 if (ThinLTOAssumeMerged && BMs.size() == 1) in findThinLTOModule()675 return BMs.begin(); in findThinLTOModule()677 for (BitcodeModule &BM : BMs) { in findThinLTOModule()
386 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) { in upgrade() argument392 for (auto BM : BMs) { in upgrade()