Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h130 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; } in tooManyClobberingCalls()
131 void incrementClobberingCalls() { ++LicmMssaOptCounter; } in incrementClobberingCalls()
135 unsigned LicmMssaOptCounter = 0; variable