Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstant.h99 bool isThreadDependent() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp115 if (C->isThreadDependent()) { in analyzeGlobalAux()
H A DSimplifyCFG.cpp4561 if (C->isThreadDependent()) in ValidLookupTableConstant()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp463 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant