Searched refs:RBA (Results 1 – 1 of 1) sorted by relevance
446 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local447 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()449 if (LBA->getFunction() == RBA->getFunction()) { in cmpConstants()454 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()472 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()475 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()