Home
last modified time | relevance | path

Searched refs:nextbb (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp266 BasicBlock *nextbb = BasicBlock::Create(C, label, brainf_func); in readloop() local
267 builder->CreateCondBr(test_2, aberrorbb, nextbb); in readloop()
270 builder->SetInsertPoint(nextbb); in readloop()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dpredict.c929 basic_block nextbb; local
953 for (bb = head; bb; bb = nextbb)
960 nextbb = BLOCK_INFO (bb)->next;
1040 if (!nextbb)
1041 nextbb = e->dest;
/openbsd-src/gnu/gcc/gcc/
H A Dpredict.c1560 basic_block nextbb; in propagate_freq() local
1591 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()