Searched defs:PartitionOptions (Results 1 – 3 of 3) 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 …]
146 struct PartitionOptions { struct147 enum class AlignedAlloc : uint8_t {158 enum class ThreadCache : uint8_t {163 enum class Quarantine : uint8_t {168 enum class Cookie : uint8_t {194 constexpr PartitionOptions( argument208 : aligned_alloc(aligned_alloc), in aligned_alloc()222 AlignedAlloc aligned_alloc;223 ThreadCache thread_cache;224 Quarantine quarantine;[all …]
3484 "PartitionOptions": { object