Searched defs:BasicBlock (Results 1 – 2 of 2) sorted by relevance
391 struct BasicBlock { struct392 BasicBlockId id; argument393 BasicBlockId dfs_id; argument395 BasicBlockId fall_through; argument396 BasicBlockId taken; argument397 BasicBlockId i_dom; // Immediate dominator. argument411 BasicBlockDataFlow* data_flow_info; argument415 GrowableArray<BasicBlockId>* predecessors; argument432 BasicBlock* Copy(CompilationUnit* c_unit); argument475 return arena->Alloc(sizeof(BasicBlock), kArenaAllocBB); in new() argument[all …]
41 class BasicBlock; variable