Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h90 enum BBType { enum
98 std::ostream& operator<<(std::ostream& os, const BBType& code);
Dmir_graph.h373 BasicBlock(BasicBlockId block_id, BBType type, ArenaAllocator* allocator) in BasicBlock()
391 BBType block_type:4;
1166 BasicBlock* NewMemBB(BBType block_type, int block_id);
1172 BasicBlock* CreateNewBB(BBType block_type);
Dmir_graph_test.cc30 BBType type;
Dmir_graph.cc1778 BasicBlock* MIRGraph::NewMemBB(BBType block_type, int block_id) { in NewMemBB()
2473 BasicBlock* MIRGraph::CreateNewBB(BBType block_type) { in CreateNewBB()
Dmir_optimization_test.cc34 BBType type;
Dtype_inference_test.cc53 BBType type;
Dglobal_value_numbering_test.cc50 BBType type;
Dgvn_dead_code_elimination_test.cc50 BBType type;