Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp612 int64_t RawComplexity = R->getValueAsInt("Complexity"); in ComplexPattern() local
613 if (RawComplexity == -1) in ComplexPattern()
616 Complexity = RawComplexity; in ComplexPattern()