Searched refs:RBA (Results 1 – 1 of 1) sorted by relevance
765 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local766 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()768 if (LBA->getFunction() == RBA->getFunction()) { in cmpConstants()773 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()791 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()794 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()