Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp63 const MCSymbol *LabelB = JumpTableB.Entries[Index]; in equalJumpTables() local
66 const BinaryBasicBlock *TargetB = FunctionB.getBasicBlockForLabel(LabelB); in equalJumpTables()
71 assert((TargetB || LabelB == FunctionB.getFunctionEndLabel()) && in equalJumpTables()