Searched defs:peo (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | reg_alloc_interference_graph_test.cpp | 154 auto peo = gr.LexBFS(); in TEST_F() local 176 auto peo = gr.LexBFS(); in TEST_F() local 123 BuildSubgraph(InterferenceGraph &orig_gr, ArenaAllocator *alloc, ::std::pair<unsigned, unsigned> *edges, unsigned count, ArenaVector<unsigned> &peo, unsigned peo_count) BuildSubgraph() argument [all...] |
H A D | reg_alloc_interference_graph_new_test.cpp | 287 auto peo = ig.LexBFS(); in HWTEST_F() local 319 auto peo = ig.LexBFS(); in HWTEST_F() local 62 BuildSubgraph(InterferenceGraph &orig_ig, ArenaAllocator *alloc, std::pair<unsigned, unsigned> *edges, size_t count, ArenaVector<unsigned> &peo, size_t peo_count) BuildSubgraph() argument [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | reg_alloc_interference_graph_test.cpp | 142 auto peo = gr.LexBFS(); in TEST_F() local 186 auto peo = gr.LexBFS(); in TEST_F() local 150 BuildSubgraph(InterferenceGraph &origGr, unsigned count, ArenaVector<unsigned> &peo, unsigned peoCount) BuildSubgraph() argument [all...] |
Completed in 3 milliseconds