Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp52 static cl::opt<bool> Stress("aarch64-stress-ccmp", cl::Hidden, variable
399 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
856 if (Stress) in shouldConvert()
DAArch64PromoteConstant.cpp56 static cl::opt<bool> Stress("aarch64-stress-promote-const", cl::Hidden, variable
352 if (Stress) in shouldConvertImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp53 static cl::opt<bool> Stress("stress-early-ifcvt", cl::Hidden, variable
218 if (++InstrCount > BlockInstrLimit && !Stress) { in canSpeculateInstrs()
314 if (++InstrCount > BlockInstrLimit && !Stress) { in canPredicateInstrs()
869 if (Stress) in shouldConvertIf()