Searched refs:llvm_polly_link_into_tools (Results 1 – 3 of 3) sorted by relevance
11 config.llvm_polly_link_into_tools = "@LLVM_POLLY_LINK_INTO_TOOLS@"39 if config.llvm_polly_link_into_tools == '' or \40 config.llvm_polly_link_into_tools.lower() == '0' or \41 config.llvm_polly_link_into_tools.lower() == 'n' or \42 config.llvm_polly_link_into_tools.lower() == 'no' or \43 config.llvm_polly_link_into_tools.lower() == 'off' or \44 config.llvm_polly_link_into_tools.lower() == 'false' or \45 config.llvm_polly_link_into_tools.lower() == 'notfound' or \46 config.llvm_polly_link_into_tools.lower() == 'llvm_polly_link_into_tools-notfound':
18 llvm_polly_link_into_tools = not '''@LLVM_POLLY_LINK_INTO_TOOLS@'''.lower() in {'','0','n','no','of… variable301 if not llvm_polly_link_into_tools:
16 config.llvm_polly_link_into_tools = "@LLVM_POLLY_LINK_INTO_TOOLS@"