Home
last modified time | relevance | path

Searched defs:MustPreserveGV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h48 const std::function<bool(const GlobalValue &)> MustPreserveGV; variable
65 InternalizePass(std::function<bool(const GlobalValue &)> MustPreserveGV) in InternalizePass()
78 std::function<bool(const GlobalValue &)> MustPreserveGV) { in internalizeModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1631 auto MustPreserveGV = [&](const GlobalValue &GV) -> bool { in thinLTOInternalizeModule() local