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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp512 std::vector<GlobalValue*> DeadGVs; local
516 DeadGVs.push_back(&GV);
522 for (GlobalValue *GV : DeadGVs) {

Completed in 132 milliseconds