Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.cpp593 int64_t RawComplexity = R->getValueAsInt("Complexity"); in ComplexPattern() local
594 if (RawComplexity == -1) in ComplexPattern()
597 Complexity = RawComplexity; in ComplexPattern()