Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h123 bool isThreadDependent() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp113 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp5049 if (C->isThreadDependent()) in ValidLookupTableConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp188 return !C->isThreadDependent(); in isDynamicallyUnique()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp636 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant