Searched defs:MustPreserveGV (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h38 const std::function<bool(const GlobalValue &)> MustPreserveGV; member in class:llvm::InternalizePass
55 InternalizePass(std::function<bool(const GlobalValue &)> MustPreserveGV) argument
70 internalizeModule(Module &TheModule, std::function<bool(const GlobalValue &)> MustPreserveGV, CallGraph *CG = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp251 std::function<bool(const GlobalValue &)> MustPreserveGV; member in class:__anon2595::InternalizeLegacyPass
258 InternalizeLegacyPass(std::function<bool(const GlobalValue &)> MustPreserveGV) argument
288 createInternalizePass( std::function<bool(const GlobalValue &)> MustPreserveGV) argument
[all...]
H A DFunctionImport.cpp1052 auto MustPreserveGV = [&](const GlobalValue &GV) -> bool { local

Completed in 159 milliseconds