Searched refs:RBA (Results 1 – 1 of 1) sorted by relevance
373 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local374 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()376 if (LBA->getFunction() == RBA->getFunction()) { in cmpConstants()381 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()399 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()402 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()