Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DInternalize.h47 const std::function<bool(const GlobalValue &)> MustPreserveGV; variable
64 InternalizePass(std::function<bool(const GlobalValue &)> MustPreserveGV) in InternalizePass()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DInternalize.cpp291 std::function<bool(const GlobalValue &)> MustPreserveGV; member in __anon961847c60311::InternalizeLegacyPass
298 InternalizeLegacyPass(std::function<bool(const GlobalValue &)> MustPreserveGV) in InternalizeLegacyPass()
329 std::function<bool(const GlobalValue &)> MustPreserveGV) { in createInternalizePass()
DFunctionImport.cpp1183 auto MustPreserveGV = [&](const GlobalValue &GV) -> bool { in thinLTOInternalizeModule() local