Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp446 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local
447 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()