Searched refs:TargetBlock (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 489 BasicBlock *TargetBlock = SI->getSuccessor(i); in processSwitch() local 490 ++SwitchEdges[TargetBlock]; in processSwitch() 495 BasicBlock *TargetBlock = C.getCaseSuccessor(); in processSwitch() local 496 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch() 498 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch() 500 if (!TargetBlock->getSinglePredecessor()) in processSwitch() 501 EdgeUsesOnly.insert({BranchBB, TargetBlock}); in processSwitch()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 122 auto &TargetBlock = TargetSym.getBlock(); in printEdge() local 123 auto &TargetSec = TargetBlock.getSection(); in printEdge() 133 OS << " / block " << TargetBlock.getAddress(); in printEdge()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 221 const CFGBlock *TargetBlock);
|
| H A D | ThreadSafetyTIL.h | 1372 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto() 1374 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto() 1378 const BasicBlock *targetBlock() const { return TargetBlock; } in targetBlock() 1379 BasicBlock *targetBlock() { return TargetBlock; } in targetBlock() 1385 ArrayRef<BasicBlock *> successors() { return TargetBlock; } in successors() 1389 BasicBlock *Ntb = Vs.reduceBasicBlockRef(TargetBlock); in traverse() 1400 BasicBlock *TargetBlock;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1093 auto &TargetBlock = E.getTarget().getBlock(); in findUnwindSectionInfo() local 1094 auto &TargetSection = TargetBlock.getSection(); in findUnwindSectionInfo() 1096 CodeBlocks.push_back(&TargetBlock); in findUnwindSectionInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 230 MachineBasicBlock *TargetBlock); 1510 MachineInstr &MI, MachineBasicBlock *TargetBlock) { in SalvageUnsunkDebugUsersOfCopy() argument 1525 if (!User.isDebugValue() || DT->dominates(TargetBlock, User.getParent())) in SalvageUnsunkDebugUsersOfCopy()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 2522 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local 2523 updateReachableEdge(B, TargetBlock); in processOutgoingEdges() 2526 BasicBlock *TargetBlock = SI->getSuccessor(i); in processOutgoingEdges() local 2527 updateReachableEdge(B, TargetBlock); in processOutgoingEdges() 2534 BasicBlock *TargetBlock = TI->getSuccessor(i); in processOutgoingEdges() local 2535 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 369 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local 370 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()
|