Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp757 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local
758 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()
760 if (LBA->getFunction() == RBA->getFunction()) { in cmpConstants()
765 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()
783 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
786 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()