Searched refs:AllocationFolding (Results 1 – 6 of 6) sorted by relevance
29 enum class AllocationFolding { kDoAllocationFolding, kDontAllocationFolding }; enum78 AllocationFolding allocation_folding =79 AllocationFolding::kDontAllocationFolding,133 AllocationFolding allocation_folding_;
33 MemoryLowering::AllocationFolding allocation_folding,
63 AllocationFolding allocation_folding, in MemoryLowering()139 DCHECK_IMPLIES(allocation_folding_ == AllocationFolding::kDoAllocationFolding, in ReduceAllocateRaw()237 allocation_folding_ == AllocationFolding::kDoAllocationFolding) { in ReduceAllocateRaw()
184 MemoryLowering::AllocationFolding allocation_folding, in MemoryOptimizer()
1908 ? MemoryLowering::AllocationFolding::kDoAllocationFolding in DECL_PIPELINE_PHASE_CONSTANTS()1909 : MemoryLowering::AllocationFolding::kDontAllocationFolding, in DECL_PIPELINE_PHASE_CONSTANTS()
63 V(AllocationFolding, allocation_folding, 9) \