Searched defs:LocIdx (Results 1 – 2 of 2) sorted by relevance
48 LocIdx() : Location(UINT_MAX) {} LocIdx() function 52 LocIdx(unsigned L) : Location(L) { LocIdx() function [all...]
1811 unsigned LocIdx; in transferSpillOrRestoreInst() local