Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/IPO/
DInternalize.h39 const std::function<bool(const GlobalValue &)> MustPreserveGV; variable
56 InternalizePass(std::function<bool(const GlobalValue &)> MustPreserveGV) in InternalizePass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DInternalize.h39 const std::function<bool(const GlobalValue &)> MustPreserveGV; variable
56 InternalizePass(std::function<bool(const GlobalValue &)> MustPreserveGV) in InternalizePass()
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp254 std::function<bool(const GlobalValue &)> MustPreserveGV; member in __anon74bc2ff50211::InternalizeLegacyPass
261 InternalizeLegacyPass(std::function<bool(const GlobalValue &)> MustPreserveGV) in InternalizeLegacyPass()
292 std::function<bool(const GlobalValue &)> MustPreserveGV) { in createInternalizePass()
DFunctionImport.cpp518 auto MustPreserveGV = [&](const GlobalValue &GV) -> bool { in thinLTOInternalizeModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInternalize.cpp254 std::function<bool(const GlobalValue &)> MustPreserveGV; member in __anond605a94d0211::InternalizeLegacyPass
261 InternalizeLegacyPass(std::function<bool(const GlobalValue &)> MustPreserveGV) in InternalizeLegacyPass()
292 std::function<bool(const GlobalValue &)> MustPreserveGV) { in createInternalizePass()
DFunctionImport.cpp849 auto MustPreserveGV = [&](const GlobalValue &GV) -> bool { in thinLTOInternalizeModule() local