Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h123 bool isThreadDependent() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp120 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp5603 if (C->isThreadDependent()) in ValidLookupTableConstant()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp595 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5482 if (C->isThreadDependent()) in initialize()