Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h125 LLVM_ABI bool isThreadDependent() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp120 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp5989 if (C->isThreadDependent()) in validLookupTableConstant()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp625 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5572 if (C->isThreadDependent()) in initialize()