Home
last modified time | relevance | path

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

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