Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h132 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; } in tooManyClobberingCalls() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1151 if (Flags.tooManyClobberingCalls()) in getClobberingMemoryAccess()