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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 37 KillIndices(TRI->getNumRegs(), 0),
51 KillIndices[i] = ~0u;
68 KillIndices[Reg] = BBSize;
83 KillIndices[Reg] = BBSize;
101 if (KillIndices[Reg] != ~0u) {
106 KillIndices[Reg] = Count;
228 KillIndices[i] = ~0u;
242 KillIndices[Reg] = ~0u;
243 assert(((KillIndices[Reg] == ~0u) !=
253 KillIndices[SubregReg] = ~0u
    [all...]
AggressiveAntiDepBreaker.h 69 /// KillIndices - The index of the most recent kill (proceding bottom-up),
71 std::vector<unsigned> KillIndices;
81 std::vector<unsigned> &GetKillIndices() { return KillIndices; }
AggressiveAntiDepBreaker.cpp 46 KillIndices(TargetRegs, 0),
55 KillIndices[i] = ~0u;
110 return((KillIndices[Reg] != ~0u) && (DefIndices[Reg] == ~0u));
151 std::vector<unsigned> &KillIndices = State->GetKillIndices();
162 KillIndices[Reg] = BB->size();
178 KillIndices[AliasReg] = BB->size();
302 std::vector<unsigned> &KillIndices = State->GetKillIndices();
308 KillIndices[Reg] = KillIdx;
320 KillIndices[SubregReg] = KillIdx;
529 std::vector<unsigned> &KillIndices = State->GetKillIndices()
    [all...]
CriticalAntiDepBreaker.h 58 /// KillIndices - The index of the most recent kill (proceding bottom-up),
60 std::vector<unsigned> KillIndices;

Completed in 26 milliseconds