Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp481 for (BasicBlock *TargetBlock : successors(BranchBB)) in processSwitch()
482 ++SwitchEdges[TargetBlock]; in processSwitch()
486 BasicBlock *TargetBlock = C.getCaseSuccessor(); in processSwitch() local
487 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch()
489 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch()
491 if (!TargetBlock->getSinglePredecessor()) in processSwitch()
492 EdgeUsesOnly.insert({BranchBB, TargetBlock}); in processSwitch()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp142 auto &TargetBlock = TargetSym.getBlock(); in printEdge() local
143 auto &TargetSec = TargetBlock.getSection(); in printEdge()
153 OS << " / block " << TargetBlock.getAddress(); in printEdge()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h225 const CFGBlock *TargetBlock);
H A DThreadSafetyTIL.h1381 : 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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp247 MachineBasicBlock *TargetBlock);
1810 MachineInstr &MI, MachineBasicBlock *TargetBlock) { in SalvageUnsunkDebugUsersOfCopy() argument
1825 if (!User.isDebugValue() || DT->dominates(TargetBlock, User.getParent())) in SalvageUnsunkDebugUsersOfCopy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2529 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local
2530 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2532 for (BasicBlock *TargetBlock : successors(SI->getParent())) in processOutgoingEdges()
2533 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2538 for (BasicBlock *TargetBlock : successors(TI->getParent())) in processOutgoingEdges()
2539 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1269 auto &TargetBlock = E.getTarget().getBlock(); in findUnwindSectionInfo() local
1270 auto &TargetSection = TargetBlock.getSection(); in findUnwindSectionInfo()
1272 CodeBlocks.push_back(&TargetBlock); in findUnwindSectionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp622 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local
623 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()