Home
last modified time | relevance | path

Searched refs:cleanupGlobalSets (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h372 void cleanupGlobalSets();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2817 cleanupGlobalSets(); in runImpl()
3166 cleanupGlobalSets(); in iterateOnFunction()
3181 void GVNPass::cleanupGlobalSets() { in cleanupGlobalSets() function in GVNPass