Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h123 bool isThreadDependent() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp113 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp5174 if (C->isThreadDependent()) in ValidLookupTableConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp634 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4724 if (C->isThreadDependent()) in updateImpl()