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

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 60 /// GroupNodeIndices - For each register, the index of the GroupNode
64 std::vector<unsigned> GroupNodeIndices;
AggressiveAntiDepBreaker.cpp 46 GroupNodeIndices(TargetRegs, 0),
54 GroupNodeIndices[i] = i;
62 unsigned Node = GroupNodeIndices[Reg];
83 assert(GroupNodeIndices[0] == 0 && "Reg 0 not in Group 0!");
103 GroupNodeIndices[Reg] = idx;
    [all...]

Completed in 59 milliseconds