Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp588 auto DLLImportPredicate = [](const GlobalValue *GV) { in isThreadDependent() local
591 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isThreadDependent()
595 auto DLLImportPredicate = [](const GlobalValue *GV) { in isDLLImportDependent() local
598 return ConstHasGlobalValuePredicate(this, DLLImportPredicate); in isDLLImportDependent()