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