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

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 81 std::vector<unsigned> &GetDefIndices() { return DefIndices; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.h 83 /// GetDefIndices - Return the define indices.
84 std::vector<unsigned> &GetDefIndices() { return DefIndices; }

Completed in 63 milliseconds