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 338 RegAssign(Allocator)
345 RegAssign.clear();
362 if (RegAssign.empty()) {
367 for (RegAssignMap::const_iterator I = RegAssign.begin(); I.valid(); ++I)
528 RegAssign.insert(VNI->def, End, OpenIdx);
541 RegAssign.insert(Start, End, OpenIdx);
608 RegAssign.insert(Start, VNI->def, OpenIdx);
625 RegAssign.insert(Start, End, OpenIdx);
637 AssignI.setMap(RegAssign);
656 // Adjust RegAssign if a register assignment is killed at VNI->def. W
    [all...]
SplitKit.h 268 /// RegAssign - Map of the assigned register indexes.
269 /// Edit.get(RegAssign.lookup(Idx)) is the register that should be live at
271 RegAssignMap RegAssign;
283 /// of RegIdx in RegAssign.
284 /// 3. (Null, true). As above, but the ranges in RegAssign are too large, and
311 /// This is used for values whose live range doesn't match RegAssign exactly.

Completed in 857 milliseconds