Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp19 GVPredicate ShouldCloneDef, in cloneToNewContext() argument
23 if (!ShouldCloneDef) in cloneToNewContext()
24 ShouldCloneDef = [](const GlobalValue &) { return true; }; in cloneToNewContext()
33 if (ShouldCloneDef(*GV)) { in cloneToNewContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h175 GVPredicate ShouldCloneDef = GVPredicate(),