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

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 64 /// IsUntrackedValue - If the specified Value is something that is obviously
67 virtual bool IsUntrackedValue(Value *V) { return false; }
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 58 if (LatticeFunc->IsUntrackedValue(V))

Completed in 57 milliseconds