Home
last modified time | relevance | path

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

/external/llvm/utils/
Dupdate_llc_test_checks.py40 SCRUB_KILL_COMMENT_RE = re.compile(r'^ *#+ +kill:.*\n') variable
68 asm = SCRUB_KILL_COMMENT_RE.sub('', asm)
Dupdate_test_checks.py55 SCRUB_KILL_COMMENT_RE = re.compile(r'^ *#+ +kill:.*\n') variable
95 asm = SCRUB_KILL_COMMENT_RE.sub('', asm)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dasm.py122 asm = common.SCRUB_KILL_COMMENT_RE.sub('', asm)
144 asm = common.SCRUB_KILL_COMMENT_RE.sub('', asm)
Dcommon.py70 SCRUB_KILL_COMMENT_RE = re.compile(r'^ *#+ +kill:.*\n') variable