Home
last modified time | relevance | path

Searched defs:InstLiveSet (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h409 class InstLiveSet { class
411 explicit InstLiveSet(size_t size, ArenaAllocator *allocator) : bits_(size, allocator->Adapter()) {}; in InstLiveSet() function in panda::compiler::InstLiveSet
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h473 class InstLiveSet { class
475 explicit InstLiveSet(size_t size, ArenaAllocator *allocator) : bits_(size, allocator) {}; in InstLiveSet() function in ark::compiler::InstLiveSet
[all...]

Completed in 2 milliseconds