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

  /external/llvm/lib/CodeGen/
SplitKit.cpp 337 RegAssign(Allocator)
344 RegAssign.clear();
361 if (RegAssign.empty()) {
366 for (RegAssignMap::const_iterator I = RegAssign.begin(); I.valid(); ++I)
526 RegAssign.insert(VNI->def, End, OpenIdx);
539 RegAssign.insert(Start, End, OpenIdx);
606 RegAssign.insert(Start, VNI->def, OpenIdx);
623 RegAssign.insert(Start, End, OpenIdx);
635 AssignI.setMap(RegAssign);
654 // Adjust RegAssign if a register assignment is killed at VNI->def. W
    [all...]
SplitKit.h 266 /// RegAssign - Map of the assigned register indexes.
267 /// Edit.get(RegAssign.lookup(Idx)) is the register that should be live at
269 RegAssignMap RegAssign;
281 /// of RegIdx in RegAssign.
282 /// 3. (Null, true). As above, but the ranges in RegAssign are too large, and
309 /// This is used for values whose live range doesn't match RegAssign exactly.

Completed in 182 milliseconds