Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h37 BlockInfo(ScopedArenaAllocator* allocator, const HBasicBlock& block, size_t number_of_ssa_values) in BlockInfo() argument
39 live_in_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness), in BlockInfo()
40 live_out_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness), in BlockInfo()
41 kill_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness) { in BlockInfo()