Home
last modified time | relevance | path

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

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