Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:BBTerm

405   const TerminatorInst *BBTerm = BB->getTerminator();
407 if (BBTerm->getNumSuccessors() != 2) return PPC::BR_NO_HINT;
409 const BasicBlock *TBB = BBTerm->getSuccessor(0);
410 const BasicBlock *FBB = BBTerm->getSuccessor(1);