Home | History | Annotate | Download | only in compiler

Lines Matching refs:bb

137     BasicBlock *bb;
161 bb = cUnit->blockList[i];
163 bb->id,
164 blockTypeNames[bb->blockType],
165 bb->startOffset,
166 bb->lastMIRInsn ? bb->lastMIRInsn->offset : bb->startOffset,
167 bb->lastMIRInsn ? "" : " empty");
168 if (bb->taken) {
170 bb->taken->id, bb->taken->startOffset);
172 if (bb->fallThrough) {
174 bb->fallThrough->id, bb->fallThrough->startOffset);