| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 132 BasicBlock *TargetBB = TI->getSuccessor(i); in buildEdges() local 142 Weight = BPI->getEdgeProbability(&BB, TargetBB).scale(scaleFactor); in buildEdges() 145 auto *E = &addEdge(&BB, TargetBB, Weight); in buildEdges() 148 << TargetBB->getName() << " w=" << Weight << "\n"); in buildEdges() 158 auto *TargetTI = TargetBB->getTerminator(); in buildEdges()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFixupHwLoops.cpp | 147 MachineBasicBlock *TargetBB = MII->getOperand(0).getMBB(); in fixupLoopInstrs() local 149 BlockToInstOffset[TargetBB]); in fixupLoopInstrs()
|
| H A D | HexagonInstrInfo.h | 351 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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 165 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB, in PredicateSwitch() argument 167 : PredicateWithEdge(PT_Switch, Op, SwitchBB, TargetBB, in PredicateSwitch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 325 MachineBasicBlock *TargetBB = I->getOperand(0).getMBB(); in analyzeBranch() local 327 MBB.isLayoutSuccessor(TargetBB)) { in analyzeBranch() 352 .addMBB(TargetBB); in analyzeBranch()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 198 MachineBasicBlock *TargetBB; member 203 : Mask(M), ThisBB(T), TargetBB(Tr), ExtraProb(Prob) {} in BitTestCase()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 185 MachineBasicBlock *TargetBB, const DebugLoc &DL) const;
|
| H A D | VEISelLowering.cpp | 2026 MachineBasicBlock *TargetBB, in prepareMBB() argument 2045 .addMBB(TargetBB, VEMCExpr::VK_VE_GOTOFF_LO32); in prepareMBB() 2052 .addMBB(TargetBB, VEMCExpr::VK_VE_GOTOFF_HI32); in prepareMBB() 2061 .addMBB(TargetBB, VEMCExpr::VK_VE_LO32); in prepareMBB() 2068 .addMBB(TargetBB, VEMCExpr::VK_VE_HI32); in prepareMBB()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 1106 MachineBasicBlock *TargetBB = getWhileLoopStartTargetBB(*Start); in Validate() local 1107 if (BBUtils->getOffsetOf(Start) > BBUtils->getOffsetOf(TargetBB) || in Validate() 1108 !BBUtils->isBBInRange(Start, TargetBB, 4094)) { in Validate()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1101 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase() 1111 addMachineCFGPred({BB.Parent->getBasicBlock(), B.TargetBB->getBasicBlock()}, in emitBitTestCase() 1114 MIB.buildBrCond(Cmp, *B.TargetBB); in emitBitTestCase() 3134 NextMBB = BTB.Cases[j + 1].TargetBB; in finalizeBasicBlock() 3150 BTB.Cases[ej - 1].TargetBB->getBasicBlock()}, in finalizeBasicBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 158 static void moveBBContents(BasicBlock &SourceBB, BasicBlock &TargetBB) { in moveBBContents() argument 160 I.moveBefore(TargetBB, TargetBB.end()); in moveBBContents()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 7079 BasicBlock *TargetBB = I->getParent(); in tryToSinkFreeOperands() local 7085 for (const auto &I : *TargetBB) in tryToSinkFreeOperands() 7092 if (UI->getParent() == TargetBB) { in tryToSinkFreeOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1770 NextMBB = BTB.Cases[j + 1].TargetBB; in FinishBasicBlock()
|
| H A D | SelectionDAGBuilder.cpp | 2926 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase() 2936 Cmp, DAG.getBasicBlock(B.TargetBB)); in visitBitTestCase()
|