Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp107 unsigned TargetBlock; member
113 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0), in TerminatorInfo()
255 Terminator.TargetBlock = in describeTerminator()
313 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp440 BasicBlock *TargetBlock = SI->getSuccessor(i); in processSwitch() local
441 ++SwitchEdges[TargetBlock]; in processSwitch()
446 BasicBlock *TargetBlock = C.getCaseSuccessor(); in processSwitch() local
447 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch()
449 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch()
451 if (!TargetBlock->getSinglePredecessor()) in processSwitch()
452 EdgeUsesOnly.insert({BranchBB, TargetBlock}); in processSwitch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp113 unsigned TargetBlock = 0; member
260 Terminator.TargetBlock = in describeTerminator()
318 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
/external/clang/include/clang/Analysis/Analyses/
DConsumed.h220 const CFGBlock *TargetBlock);
DThreadSafetyTIL.h1386 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto()
1388 : Terminator(COP_Goto), TargetBlock(B), Index(I) {} in Goto()
1390 const BasicBlock *targetBlock() const { return TargetBlock; } in targetBlock()
1391 BasicBlock *targetBlock() { return TargetBlock; } in targetBlock()
1398 return TargetBlock; in successors()
1403 BasicBlock *Ntb = Vs.reduceBasicBlockRef(TargetBlock); in traverse()
1414 BasicBlock *TargetBlock;
/external/clang/lib/Analysis/
DConsumed.cpp1033 const CFGBlock *TargetBlock) { in allBackEdgesVisited() argument
1036 assert(TargetBlock && "TargetBlock pointer must not be NULL"); in allBackEdgesVisited()
1039 for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(), in allBackEdgesVisited()
1040 PE = TargetBlock->pred_end(); PI != PE; ++PI) { in allBackEdgesVisited()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2542 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local
2543 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2546 BasicBlock *TargetBlock = SI->getSuccessor(i); in processOutgoingEdges() local
2547 ++SwitchEdges[TargetBlock]; in processOutgoingEdges()
2548 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2555 BasicBlock *TargetBlock = TI->getSuccessor(i); in processOutgoingEdges() local
2556 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp323 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local
324 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()