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.h124 bool isThreadDependent() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp120 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp5840 if (C->isThreadDependent()) in ValidLookupTableConstant()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp608 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5516 if (C->isThreadDependent()) in initialize()