Searched refs:LicmMssaOptCounter (Results 1 – 1 of 1) sorted by relevance
136 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; } in tooManyClobberingCalls()137 void incrementClobberingCalls() { ++LicmMssaOptCounter; } in incrementClobberingCalls()141 unsigned LicmMssaOptCounter = 0; variable