Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp65 const BinaryBasicBlock *TargetA = FunctionA.getBasicBlockForLabel(LabelA); in equalJumpTables() local
68 if (!TargetA || !TargetB) { in equalJumpTables()
69 assert((TargetA || LabelA == FunctionA.getFunctionEndLabel()) && in equalJumpTables()
74 if (TargetA != TargetB) in equalJumpTables()
80 assert(TargetA && TargetB && "cannot locate target block(s)"); in equalJumpTables()
82 if (TargetA->getLayoutIndex() != TargetB->getLayoutIndex()) in equalJumpTables()