Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp354 unsigned NumPredicatedInstructions = 0; in MeetIfcvtSizeLimit() local
358 NumPredicatedInstructions++; in MeetIfcvtSizeLimit()
364 NumPredicatedInstructions++; in MeetIfcvtSizeLimit()
370 if (NumPredicatedInstructions > 15) in MeetIfcvtSizeLimit()
376 MF, NumPredicatedInstructions); in MeetIfcvtSizeLimit()
381 << NumPredicatedInstructions in MeetIfcvtSizeLimit()