Searched refs:nextbb (Results 1 – 3 of 3) sorted by relevance
266 BasicBlock *nextbb = BasicBlock::Create(C, label, brainf_func); in readloop() local267 builder->CreateCondBr(test_2, aberrorbb, nextbb); in readloop()270 builder->SetInsertPoint(nextbb); in readloop()
929 basic_block nextbb; local953 for (bb = head; bb; bb = nextbb)960 nextbb = BLOCK_INFO (bb)->next;1040 if (!nextbb)1041 nextbb = e->dest;
1560 basic_block nextbb; in propagate_freq() local1591 for (bb = head; bb; bb = nextbb) in propagate_freq()1599 nextbb = BLOCK_INFO (bb)->next; in propagate_freq()1678 if (!nextbb) in propagate_freq()1679 nextbb = e->dest; in propagate_freq()