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

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 150 if (UsesToRewrite[i]->get()->hasValueHandle())
SSAUpdater.cpp 187 if (OldVal != V && OldVal->hasValueHandle())
  /external/llvm/include/llvm/IR/
Value.h 78 unsigned char HasValueHandle : 1; // Has a ValueHandle pointing to this?
375 /// hasValueHandle - Return true if there is a value handle associated with
377 bool hasValueHandle() const { return HasValueHandle; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 78 milliseconds