Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp131 const BinaryBasicBlock *LPB = BBB.getLandingPad(EHInfoB->first); in isInstrEquivalentWith() local
132 assert(LPA && LPB && "cannot locate landing pad(s)"); in isInstrEquivalentWith()
134 if (LPA->getLayoutIndex() != LPB->getLayoutIndex()) in isInstrEquivalentWith()