Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py254 es0 = SCRUB_IR_COMMENT_RE.sub(r'', es0)
255 es1 = SCRUB_IR_COMMENT_RE.sub(r'', es1)
307 SCRUB_IR_COMMENT_RE = re.compile(r'\s*;.*') variable
421 scrubbed_line = SCRUB_IR_COMMENT_RE.sub(r'', line)
518 func_line = SCRUB_IR_COMMENT_RE.sub(r'', func_line)
/external/llvm/utils/
Dupdate_test_checks.py56 SCRUB_IR_COMMENT_RE = re.compile(r'\s*;.*') variable
239 func_line = SCRUB_IR_COMMENT_RE.sub(r'', func_line)