Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp352 unsigned NumPredicatedInstructions = 0; in MeetIfcvtSizeLimit() local
356 NumPredicatedInstructions++; in MeetIfcvtSizeLimit()
362 NumPredicatedInstructions++; in MeetIfcvtSizeLimit()
368 if (NumPredicatedInstructions > 15) in MeetIfcvtSizeLimit()
374 MF, NumPredicatedInstructions); in MeetIfcvtSizeLimit()
379 << NumPredicatedInstructions in MeetIfcvtSizeLimit()