Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Dcodegen.c120 isl_union_map *options_map; in construct_ast_from_union_map() local
128 options_map = isl_stream_read_union_map(s); in construct_ast_from_union_map()
131 build = set_options(build, options_map, options, schedule); in construct_ast_from_union_map()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp84 OptionsMap &options_map = GetGlobalOptionsMap(); in GetGlobalEnableOptions() local
86 auto find_it = options_map.find(debugger_wp); in GetGlobalEnableOptions()
87 if (find_it != options_map.end()) in GetGlobalEnableOptions()
96 OptionsMap &options_map = GetGlobalOptionsMap(); in SetGlobalEnableOptions() local
98 auto find_it = options_map.find(debugger_wp); in SetGlobalEnableOptions()
99 if (find_it != options_map.end()) in SetGlobalEnableOptions()
102 options_map.insert(std::make_pair(debugger_wp, options_sp)); in SetGlobalEnableOptions()