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