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

/external/llvm/include/llvm/IR/
H A DConstant.h82 /// isThreadDependent - Return true if the value can vary between threads.
83 bool isThreadDependent() const;
/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp98 if (C->isThreadDependent()) {
H A DSimplifyCFG.cpp3367 if (C->isThreadDependent())
/external/llvm/lib/IR/
H A DConstants.cpp374 bool Constant::isThreadDependent() const { function in class:Constant

Completed in 134 milliseconds