Searched refs:BMs (Results 1 – 3 of 3) sorted by relevance
65 BitcodeModule *findThinLTOModule(MutableArrayRef<BitcodeModule> BMs);
659 BitcodeModule *lto::findThinLTOModule(MutableArrayRef<BitcodeModule> BMs) { in findThinLTOModule() argument660 if (ThinLTOAssumeMerged && BMs.size() == 1) in findThinLTOModule()661 return BMs.begin(); in findThinLTOModule()663 for (BitcodeModule &BM : BMs) { in findThinLTOModule()
359 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) { in upgrade() argument365 for (auto BM : BMs) { in upgrade()