Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp66 const BinaryBasicBlock *TargetB = FunctionB.getBasicBlockForLabel(LabelB); in equalJumpTables() local
68 if (!TargetA || !TargetB) { in equalJumpTables()
71 assert((TargetB || LabelB == FunctionB.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()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp3156 MachineBasicBlock *TargetB = const_cast<MachineBasicBlock*>(Targets[0]); in rewriteHexBranch() local
3157 bool Moot = B.isLayoutSuccessor(TargetB); in rewriteHexBranch()
3165 .addMBB(TargetB); in rewriteHexBranch()