Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCCTRLoops.cpp65 static cl::opt<int> CTRLoopLimit("ppc-max-ctrloop", cl::Hidden, cl::init(-1)); variable
451 int Limit = CTRLoopLimit; in convertToCTRLoop()
453 if (Counter >= CTRLoopLimit) in convertToCTRLoop()