Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp46 HardClauseLengthLimit("amdgpu-hard-clause-length-limit", variable
200 if (HardClauseLengthLimit.getNumOccurrences()) in run()
201 MaxClauseLength = HardClauseLengthLimit; in run()