HomeSort by relevance Sort by last modified time
    Searched refs:isThreadDependent (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
Constant.h 79 /// isThreadDependent - Return true if the value can vary between threads.
80 bool isThreadDependent() const;
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 102 if (C->isThreadDependent()) {
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 405 bool Constant::isThreadDependent() const {
    [all...]

Completed in 88 milliseconds