Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DUnwindInfoRegistrationPlugin.cpp62 auto &TargetBlock = E.getTarget().getBlock(); in addUnwindInfoRegistrationActions() local
63 auto &TargetSection = TargetBlock.getSection(); in addUnwindInfoRegistrationActions()
65 CodeBlocks.push_back(&TargetBlock); in addUnwindInfoRegistrationActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp112 unsigned TargetBlock = 0; member
276 Terminator.TargetBlock = in describeTerminator()
334 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp442 for (BasicBlock *TargetBlock : successors(BranchBB)) in processSwitch()
443 ++SwitchEdges[TargetBlock]; in processSwitch()
447 BasicBlock *TargetBlock = C.getCaseSuccessor(); in processSwitch() local
448 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch()
450 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp143 auto &TargetBlock = TargetSym.getBlock(); in printEdge() local
144 auto &TargetSec = TargetBlock.getSection(); in printEdge()
154 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.h1378 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto()
1380 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto()
1384 const BasicBlock *targetBlock() const { return TargetBlock; } in targetBlock()
1385 BasicBlock *targetBlock() { return TargetBlock; } in targetBlock()
1391 ArrayRef<BasicBlock *> successors() const { return TargetBlock; } in successors()
1395 BasicBlock *Ntb = Vs.reduceBasicBlockRef(TargetBlock); in traverse()
1406 BasicBlock *TargetBlock;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp997 const CFGBlock *TargetBlock) { in allBackEdgesVisited() argument
999 assert(TargetBlock && "TargetBlock pointer must not be NULL"); in allBackEdgesVisited()
1002 for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(), in allBackEdgesVisited()
1003 PE = TargetBlock->pred_end(); PI != PE; ++PI) { in allBackEdgesVisited()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2568 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local
2569 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2571 for (BasicBlock *TargetBlock : successors(SI->getParent())) in processOutgoingEdges()
2572 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2577 for (BasicBlock *TargetBlock : successors(TI->getParent())) in processOutgoingEdges()
2578 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp253 MachineBasicBlock *TargetBlock);
1996 MachineInstr &MI, MachineBasicBlock *TargetBlock) { in SalvageUnsunkDebugUsersOfCopy() argument
2011 if (!User.isDebugValue() || DT->dominates(TargetBlock, User.getParent())) in SalvageUnsunkDebugUsersOfCopy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp644 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local
645 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()