Searched refs:UpgradedVariables (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3029 std::vector<std::pair<GlobalVariable *, GlobalVariable *>> UpgradedVariables; local
3032 UpgradedVariables.emplace_back(&GV, Upgraded);
3033 for (auto &Pair : UpgradedVariables) {

Completed in 61 milliseconds