Home
last modified time | relevance | path

Searched refs:LicmMssaOptCounter (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h131 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; } in tooManyClobberingCalls()
132 void incrementClobberingCalls() { ++LicmMssaOptCounter; } in incrementClobberingCalls()
136 unsigned LicmMssaOptCounter = 0; variable