Searched defs:PartitionOptions (Results 1 – 4 of 4) sorted by relevance
31 struct PartitionOptions { struct34 typedef std::function<string(const Node*)> NodeToLocFunc;35 NodeToLocFunc node_to_loc = nullptr;39 typedef std::function<string(const string&)> NewNameFunc;40 NewNameFunc new_name = nullptr;45 static constexpr uint64 kIllegalIncarnation = 0;46 typedef std::function<uint64(const string&)> GetIncarnationFunc;47 GetIncarnationFunc get_incarnation = nullptr;51 const FunctionLibraryDefinition* flib_def = nullptr;62 bool control_flow_added = false;[all …]
143 struct PartitionOptions { struct161 // Expose the enum arms directly at the level of `PartitionOptions`, argument163 static constexpr auto kAllowed = AllowToggle::kAllowed;164 static constexpr auto kDisallowed = AllowToggle::kDisallowed;165 static constexpr auto kDisabled = EnableToggle::kDisabled;166 static constexpr auto kEnabled = EnableToggle::kEnabled;174 AllowToggle aligned_alloc = kDisallowed;176 EnableToggle thread_cache = kDisabled;177 AllowToggle star_scan_quarantine = kDisallowed;201 constexpr PartitionOptions::PartitionOptions() = default; argument
906 message PartitionOptions { message
3484 "PartitionOptions": { object