Home | History | Annotate | Download | only in IPO

Lines Matching defs:RBA

765     const BlockAddress *RBA = cast<BlockAddress>(R);
766 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
768 if (LBA->getFunction() == RBA->getFunction()) {
773 BasicBlock *RBB = RBA->getBasicBlock();
791 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR);
794 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());