Searched refs:RBA (Results 1 – 1 of 1) sorted by relevance
466 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local467 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()469 if (LBA->getFunction() == RBA->getFunction()) { in cmpConstants()474 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()492 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()495 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()