Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc1229 HPhi* phi = new (global_allocator_) HPhi(global_allocator_, in GenerateNewLoop()
1240 new (global_allocator_) HVecPredWhile(global_allocator_, in GenerateNewLoop()
1248 cond = new (global_allocator_) HVecPredCondition(global_allocator_, in GenerateNewLoop()
1771 HVecPredSetAll* set_pred = new (global_allocator_) HVecPredSetAll(global_allocator_, in GenerateVecInv()
1814 vector = new (global_allocator_) HVecLoad(global_allocator_, in GenerateVecMem()
1893 new (global_allocator_) HVecSetScalars(global_allocator_, in GenerateVecReductionPhiInputs()
1901 new (global_allocator_) HVecReplicateScalar(global_allocator_, in GenerateVecReductionPhiInputs()
1908 HVecPredSetAll* set_pred = new (global_allocator_) HVecPredSetAll(global_allocator_, in GenerateVecReductionPhiInputs()
1949 HVecPredSetAll* set_pred = new (global_allocator_) HVecPredSetAll(global_allocator_, in ReduceAndExtractIfNeeded()
2190 global_allocator_, in VectorizeSADIdiom()
[all …]
H A Dloop_optimization.h290 ArenaAllocator* global_allocator_; variable