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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 64 std::vector<unsigned> DefIndices;
AggressiveAntiDepBreaker.cpp 47 DefIndices(TargetRegs, 0)
56 DefIndices[i] = BBSize;
110 return((KillIndices[Reg] != ~0u) && (DefIndices[Reg] == ~0u));
147 std::vector<unsigned> &DefIndices = State->GetDefIndices();
157 DefIndices[Reg] = ~0u;
173 DefIndices[AliasReg] = ~0u;
196 std::vector<unsigned> &DefIndices = State->GetDefIndices();
209 } else if ((DefIndices[Reg] < InsertPosIndex)
210 && (DefIndices[Reg] >= Count)) {
211 DefIndices[Reg] = Count
    [all...]
AggressiveAntiDepBreaker.h 72 std::vector<unsigned> DefIndices;
81 std::vector<unsigned> &GetDefIndices() { return DefIndices; }

Completed in 181 milliseconds