Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp602 int64_t RawComplexity = R->getValueAsInt("Complexity"); in ComplexPattern() local
603 if (RawComplexity == -1) in ComplexPattern()
606 Complexity = RawComplexity; in ComplexPattern()