Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
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()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
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()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h166 GVPredicate ShouldCloneDef = GVPredicate(),
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h169 GVPredicate ShouldCloneDef = GVPredicate(),