Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp573 int64_t RawComplexity = R->getValueAsInt("Complexity"); in ComplexPattern() local
574 if (RawComplexity == -1) in ComplexPattern()
577 Complexity = RawComplexity; in ComplexPattern()