Home
last modified time | relevance | path

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

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