| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 151 BasicBlock *TargetBB = TI->getSuccessor(i); in buildEdges() local 161 Weight = BPI->getEdgeProbability(&BB, TargetBB).scale(scaleFactor); in buildEdges() 166 if (InstrumentLoopEntries && LI->isLoopHeader(TargetBB)) { in buildEdges() 167 Loop *TargetLoop = LI->getLoopFor(TargetBB); in buildEdges() 174 auto *E = &addEdge(&BB, TargetBB, Weight); in buildEdges() 178 << TargetBB->getName() << " w=" << Weight << "\n"); in buildEdges() 188 auto *TargetTI = TargetBB->getTerminator(); in buildEdges()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFixupHwLoops.cpp | 139 MachineBasicBlock *TargetBB = MII->getOperand(0).getMBB(); in fixupLoopInstrs() local 141 BlockToInstOffset[TargetBB]); in fixupLoopInstrs()
|
| H A D | HexagonInstrInfo.h | 353 MachineBasicBlock *TargetBB,
|
| H A D | HexagonInstrInfo.cpp | 198 unsigned EndLoopOp, MachineBasicBlock *TargetBB, in findLoopInstr() argument 223 if (Opc == EndLoopOp && I.getOperand(0).getMBB() != TargetBB) in findLoopInstr() 227 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited)) in findLoopInstr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 163 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB, in PredicateSwitch() argument 165 : PredicateWithEdge(PT_Switch, Op, SwitchBB, TargetBB, in PredicateSwitch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 327 MachineBasicBlock *TargetBB = I->getOperand(0).getMBB(); in analyzeBranch() local 329 MBB.isLayoutSuccessor(TargetBB)) { in analyzeBranch() 354 .addMBB(TargetBB); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 207 MachineBasicBlock *TargetBB; member 212 : Mask(M), ThisBB(T), TargetBB(Tr), ExtraProb(Prob) {} in BitTestCase()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 276 MachineBasicBlock *TargetBB, const DebugLoc &DL) const;
|
| H A D | VEISelLowering.cpp | 2008 MachineBasicBlock *TargetBB, in prepareMBB() argument 2027 .addMBB(TargetBB, VE::S_GOTOFF_LO32); in prepareMBB() 2034 .addMBB(TargetBB, VE::S_GOTOFF_HI32); in prepareMBB() 2043 .addMBB(TargetBB, VE::S_LO32); in prepareMBB() 2050 .addMBB(TargetBB, VE::S_HI32); in prepareMBB()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 1082 MachineBasicBlock *TargetBB = getWhileLoopStartTargetBB(*Start); in Validate() local 1083 if (BBUtils->getOffsetOf(Start) > BBUtils->getOffsetOf(TargetBB) || in Validate() 1084 !BBUtils->isBBInRange(Start, TargetBB, 4094)) { in Validate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 157 static void moveBBContents(BasicBlock &SourceBB, BasicBlock &TargetBB) { in moveBBContents() argument 158 TargetBB.splice(TargetBB.end(), &SourceBB); in moveBBContents()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1193 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase() 1203 addMachineCFGPred({BB.Parent->getBasicBlock(), B.TargetBB->getBasicBlock()}, in emitBitTestCase() 1206 MIB.buildBrCond(Cmp, *B.TargetBB); in emitBitTestCase() 3745 NextMBB = BTB.Cases[j + 1].TargetBB; in finalizeBasicBlock() 3761 BTB.Cases[ej - 1].TargetBB->getBasicBlock()}, in finalizeBasicBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 1647 MachineBasicBlock *TargetBB = MI.getOperand(3).getMBB(); in EmitInstrWithCustomInserter() local 1659 .addMBB(TargetBB); in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 7750 BasicBlock *TargetBB = I->getParent(); in tryToSinkFreeOperands() local 7756 for (const auto &I : *TargetBB) in tryToSinkFreeOperands() 7763 if (UI->getParent() == TargetBB) { in tryToSinkFreeOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2026 NextMBB = BTB.Cases[j + 1].TargetBB; in FinishBasicBlock()
|
| H A D | SelectionDAGBuilder.cpp | 3323 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase() 3333 Cmp, DAG.getBasicBlock(B.TargetBB)); in visitBitTestCase()
|