Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp72 static cl::opt<int> CTRLoopLimit("ppc-max-ctrloop", cl::Hidden, cl::init(-1)); variable
525 int Limit = CTRLoopLimit; in convertToCTRLoop()
527 if (Counter >= CTRLoopLimit) in convertToCTRLoop()