Lines Matching defs:bb
84 #define DEF_SGET_SPUT(bb, opcode, vA, field_info) \ argument
86 #define DEF_IGET_IPUT(bb, opcode, vA, vB, field_info) \ argument
88 #define DEF_AGET_APUT(bb, opcode, vA, vB, vC) \ argument
90 #define DEF_INVOKE(bb, opcode, vC, method_info) \ argument
92 #define DEF_OTHER0(bb, opcode) \ argument
94 #define DEF_OTHER1(bb, opcode, vA) \ argument
96 #define DEF_OTHER2(bb, opcode, vA, vB) \ argument
108 BasicBlock* bb = cu_.mir_graph->CreateNewBB(def->type); in DoPrepareBasicBlocks() local
290 BasicBlock* bb = cu_.mir_graph->block_list_[def->bbid]; in DoPrepareMIRs() local
384 for (BasicBlock* bb = iterator.Next(change); bb != nullptr; bb = iterator.Next(change)) { in PerformClassInitCheckElimination() local
437 for (BasicBlock* bb = iterator.Next(change); bb != nullptr; bb = iterator.Next(change)) { in PerformNullCheckElimination() local
483 for (BasicBlock* bb = iterator.Next(change); bb != nullptr; bb = iterator.Next(change)) { in PerformSuspendCheckElimination() local