Searched defs:isInReg (Results 1 – 6 of 6) sorted by relevance
56 bool isInReg() const { return Flags & InReg; } in isInReg() function
1213 bool isInReg : 1; member
69 bool isInReg() const { return IsInReg; } in isInReg() function
76 bool isInReg() const { return Flags & InReg; } in isInReg() function
2466 bool isInReg : 1; member
5601 void MarkAllocatedRegs(bool isOutReg, bool isInReg, in MarkAllocatedRegs()5700 bool isInReg = false; in GetRegistersForValue() local