Searched refs:TargetBlock (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 482 BasicBlock *TargetBlock = SI->getSuccessor(i); in processSwitch() local 483 ++SwitchEdges[TargetBlock]; in processSwitch() 488 BasicBlock *TargetBlock = C.getCaseSuccessor(); in processSwitch() local 489 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch() 491 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch() 493 if (!TargetBlock->getSinglePredecessor()) in processSwitch() 494 EdgeUsesOnly.insert({BranchBB, TargetBlock}); in processSwitch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 112 unsigned TargetBlock = 0; member 275 Terminator.TargetBlock = in describeTerminator() 333 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 142 auto &TargetBlock = TargetSym.getBlock(); in printEdge() local 143 auto &TargetSec = TargetBlock.getSection(); in printEdge() 153 OS << " / block " << TargetBlock.getAddress(); in printEdge()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 225 const CFGBlock *TargetBlock);
|
| H A D | ThreadSafetyTIL.h | 1381 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto() 1383 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto() 1387 const BasicBlock *targetBlock() const { return TargetBlock; } in targetBlock() 1388 BasicBlock *targetBlock() { return TargetBlock; } in targetBlock() 1394 ArrayRef<BasicBlock *> successors() { return TargetBlock; } in successors() 1398 BasicBlock *Ntb = Vs.reduceBasicBlockRef(TargetBlock); in traverse() 1409 BasicBlock *TargetBlock;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 1004 const CFGBlock *TargetBlock) { in allBackEdgesVisited() argument 1006 assert(TargetBlock && "TargetBlock pointer must not be NULL"); in allBackEdgesVisited() 1009 for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(), in allBackEdgesVisited() 1010 PE = TargetBlock->pred_end(); PI != PE; ++PI) { in allBackEdgesVisited()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 236 MachineBasicBlock *TargetBlock); 1757 MachineInstr &MI, MachineBasicBlock *TargetBlock) { in SalvageUnsunkDebugUsersOfCopy() argument 1772 if (!User.isDebugValue() || DT->dominates(TargetBlock, User.getParent())) in SalvageUnsunkDebugUsersOfCopy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 2525 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local 2526 updateReachableEdge(B, TargetBlock); in processOutgoingEdges() 2529 BasicBlock *TargetBlock = SI->getSuccessor(i); in processOutgoingEdges() local 2530 updateReachableEdge(B, TargetBlock); in processOutgoingEdges() 2537 BasicBlock *TargetBlock = TI->getSuccessor(i); in processOutgoingEdges() local 2538 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1223 auto &TargetBlock = E.getTarget().getBlock(); in findUnwindSectionInfo() local 1224 auto &TargetSection = TargetBlock.getSection(); in findUnwindSectionInfo() 1226 CodeBlocks.push_back(&TargetBlock); in findUnwindSectionInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 541 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local 542 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()
|