Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h123 bool isThreadDependent() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp120 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp5745 if (C->isThreadDependent()) in ValidLookupTableConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp593 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5507 if (C->isThreadDependent()) in initialize()