Home | History | Annotate | Download | only in IPO

Lines Matching defs:BB

463     BasicBlock *BB = Load->getParent();
466 if (AA.canInstructionRangeModify(BB->front(), *Load, Loc))
472 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) {