Home
last modified time | relevance | path

Searched refs:RBA (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp765 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local
766 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()