Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp356 unsigned NumPredicatedInstructions = 0; in MeetIfcvtSizeLimit() local
360 NumPredicatedInstructions++; in MeetIfcvtSizeLimit()
366 NumPredicatedInstructions++; in MeetIfcvtSizeLimit()
372 if (NumPredicatedInstructions > 15) in MeetIfcvtSizeLimit()
378 MF, NumPredicatedInstructions); in MeetIfcvtSizeLimit()
383 << NumPredicatedInstructions in MeetIfcvtSizeLimit()