HomeSort by relevance Sort by last modified time
    Searched refs:IR_FUNCTION_RE (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/
update_llc_test_checks.py 43 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@(\w+)\s*\(')
238 m = IR_FUNCTION_RE.match(input_line)
update_test_checks.py 59 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@([\w-]+)\s*\(')
379 m = IR_FUNCTION_RE.match(input_line)

Completed in 576 milliseconds