Home
last modified time | relevance | path

Searched refs:TargetBlock (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp489 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()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp112 unsigned TargetBlock = 0; member
275 Terminator.TargetBlock = in describeTerminator()
333 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp122 auto &TargetBlock = TargetSym.getBlock(); in printEdge() local
123 auto &TargetSec = TargetBlock.getSection(); in printEdge()
133 OS << " / block " << TargetBlock.getAddress(); in printEdge()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DConsumed.h221 const CFGBlock *TargetBlock);
H A DThreadSafetyTIL.h1372 : 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;
/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp1004 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSink.cpp230 MachineBasicBlock *TargetBlock);
1510 MachineInstr &MI, MachineBasicBlock *TargetBlock) { in SalvageUnsunkDebugUsersOfCopy() argument
1525 if (!User.isDebugValue() || DT->dominates(TargetBlock, User.getParent())) in SalvageUnsunkDebugUsersOfCopy()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2515 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local
2516 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2519 BasicBlock *TargetBlock = SI->getSuccessor(i); in processOutgoingEdges() local
2520 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2527 BasicBlock *TargetBlock = TI->getSuccessor(i); in processOutgoingEdges() local
2528 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp369 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local
370 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()