Home
last modified time | relevance | path

Searched refs:GetBucket (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp76 GetBucket(vertex).push_back(block); in ComputeImmediateDominators()
80 auto &bucket = GetBucket(parent); in ComputeImmediateDominators()
H A Ddominators_tree.h66 BlocksVector &GetBucket(BasicBlock *block) in GetBucket() function in panda::compiler::DominatorsTree
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp77 GetBucket(vertex).push_back(block); in ComputeImmediateDominators()
81 auto &bucket = GetBucket(parent); in ComputeImmediateDominators()
H A Ddominators_tree.h64 BlocksVector &GetBucket(BasicBlock *block) in GetBucket() function in ark::compiler::DominatorsTree
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.h127 InstVector &GetBucket(Inst *inst) in GetBucket() function in panda::compiler::final
H A Dcleanup.cpp509 GetBucket(vertex).push_back(inst); in ComputeImmediateDominators()
513 auto &bucket = GetBucket(parent); in ComputeImmediateDominators()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.h148 InstVector &GetBucket(Inst *inst) in GetBucket() function in ark::compiler::final
H A Dcleanup.cpp630 GetBucket(vertex).push_back(inst); in ComputeImmediateDominators()
634 auto &bucket = GetBucket(parent); in ComputeImmediateDominators()

Completed in 5 milliseconds