Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp495 BasicBlock *TargetBlock = SI->getSuccessor(i); in processSwitch() local
496 ++SwitchEdges[TargetBlock]; in processSwitch()
501 BasicBlock *TargetBlock = C.getCaseSuccessor(); in processSwitch() local
502 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch()
504 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch()
506 if (!TargetBlock->getSinglePredecessor()) in processSwitch()
507 EdgeUsesOnly.insert({BranchBB, TargetBlock}); in processSwitch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp112 unsigned TargetBlock = 0; member
259 Terminator.TargetBlock = in describeTerminator()
317 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp125 auto &TargetBlock = TargetSym.getBlock(); in printEdge() local
126 auto &TargetSec = TargetBlock.getSection(); in printEdge()
137 OS << " / block " << formatv("{0:x16}", TargetBlock.getAddress()); in printEdge()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DConsumed.h222 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;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h471 const sys::MemoryBlock &TargetBlock = KV.second; in copyAndProtect() local
474 size_t TargetAllocSize = TargetBlock.allocatedSize(); in copyAndProtect()
475 auto TargetAllocAddr = pointerToJITTargetAddress(TargetBlock.base()); in copyAndProtect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSink.cpp226 MachineBasicBlock *TargetBlock);
1449 MachineInstr &MI, MachineBasicBlock *TargetBlock) { in SalvageUnsunkDebugUsersOfCopy() argument
1464 if (!User.isDebugValue() || DT->dominates(TargetBlock, User.getParent())) in SalvageUnsunkDebugUsersOfCopy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2492 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local
2493 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2496 BasicBlock *TargetBlock = SI->getSuccessor(i); in processOutgoingEdges() local
2497 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2504 BasicBlock *TargetBlock = TI->getSuccessor(i); in processOutgoingEdges() local
2505 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp379 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local
380 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()