Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp392 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
395 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
399 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
402 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp517 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
520 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
524 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
527 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()