Home
last modified time | relevance | path

Searched refs:nbb (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-harden-conditionals.cc491 basic_block nbb = split_edge (non_eh_succ_edge in execute() local
493 gsi_split = gsi_start_bb (nbb); in execute()
499 gimple_bb (asgn)->index, nbb->index); in execute()
522 basic_block nbb = split_block (obb, gsi_stmt (gsi_split))->dest; in execute() local
532 obb->index, nbb->index); in execute()
550 basic_block nbb = split_edge (non_eh_succ_edge in execute() local
552 gsi_split = gsi_start_bb (nbb); in execute()
558 gimple_bb (asgnck)->index, nbb->index); in execute()
H A Dsel-sched-ir.h1398 basic_block nbb; in _eligible_successor_edge_p() local
1404 nbb = ne->dest; in _eligible_successor_edge_p()
1406 if (!in_current_region_p (nbb) in _eligible_successor_edge_p()
1411 bb = nbb; in _eligible_successor_edge_p()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dmodule.c88 unsigned nbb = 0; in llvm_module_list_functions() local
95 nbb++; in llvm_module_list_functions()
107 printf(" #bb: %u\n\n", nbb); in llvm_module_list_functions()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.h1398 basic_block nbb; in _eligible_successor_edge_p() local
1404 nbb = ne->dest; in _eligible_successor_edge_p()
1406 if (!in_current_region_p (nbb) in _eligible_successor_edge_p()
1411 bb = nbb; in _eligible_successor_edge_p()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c1512 struct basicblock *bb, *nbb; in remunreach() local
1517 nbb = DLIST_NEXT(bb, bbelem); in remunreach()
1521 bb = nbb; in remunreach()
1530 bb = nbb; in remunreach()
1545 bb = nbb; in remunreach()
/netbsd-src/sys/dev/ic/
H A Dbwfm.c1650 uint32_t cap, nab, nbb, totb, bxinfo, ramsize = 0; in bwfm_chip_tcm_ramsize() local
1655 nbb = (cap & BWFM_ARMCR4_CAP_TCBBNB_MASK) >> BWFM_ARMCR4_CAP_TCBBNB_SHIFT; in bwfm_chip_tcm_ramsize()
1656 totb = nab + nbb; in bwfm_chip_tcm_ramsize()