Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h119 bool isThreadDependent() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp120 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp5434 if (C->isThreadDependent()) in ValidLookupTableConstant()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp587 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4775 if (C->isThreadDependent()) in initialize()