Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h80 bool isThreadDependent() const;
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp102 if (C->isThreadDependent()) { in analyzeGlobalAux()
DSimplifyCFG.cpp3808 if (C->isThreadDependent()) in ValidLookupTableConstant()
/external/llvm/lib/IR/
DConstants.cpp405 bool Constant::isThreadDependent() const { in isThreadDependent() function in Constant