Searched defs:NBB (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ProfileInfo.cpp | 681 succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 781 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 803 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 818 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 859 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 871 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 895 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 937 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 967 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 1000 succ_const_iterator NBB = succ_begin(e.first), End = succ_end(e.first); in repair() local
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1518 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB); in CopyAndPredicateBlock() local 1551 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB); in MergeBlocks() local
|