Searched refs:NBB (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileInfo.cpp641 // const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB);
642 // if (NBB == End) {
645 // for(;NBB != End; ++NBB) {
646 // setEdgeWeight(getEdge(*NBB,BB),0);
650 // succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB);
651 // if (NBB == End) {
654 // for(;NBB != End; ++NBB) {
655 // setEdgeWeight(getEdge(*NBB,B
681 succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp1540 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB); local
1541 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL;
1576 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB); local
1577 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL;
1590 if (NBB && !FromBBI.BB->isSuccessor(NBB))
1591 FromBBI.BB->addSuccessor(NBB);

Completed in 178 milliseconds