Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h79 bool isThreadDependent() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h81 bool isThreadDependent() const;
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp102 if (C->isThreadDependent()) { in analyzeGlobalAux()
DSimplifyCFG.cpp4148 if (C->isThreadDependent()) in ValidLookupTableConstant()
/external/llvm/lib/IR/
DConstants.cpp391 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant