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

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 83 /// GetDefIndices - Return the define indices.
84 std::vector<unsigned> &GetDefIndices() { return DefIndices; }
AggressiveAntiDepBreaker.cpp 153 std::vector<unsigned> &DefIndices = State->GetDefIndices();
219 std::vector<unsigned> &DefIndices = State->GetDefIndices();
322 std::vector<unsigned> &DefIndices = State->GetDefIndices();
357 std::vector<unsigned> &DefIndices = State->GetDefIndices();
551 std::vector<unsigned> &DefIndices = State->GetDefIndices();
727 std::vector<unsigned> &DefIndices = State->GetDefIndices();
    [all...]

Completed in 82 milliseconds