Searched refs:TargetBlock (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 107 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/ |
D | PredicateInfo.cpp | 440 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/ |
D | SystemZLongBranch.cpp | 113 unsigned TargetBlock = 0; member 260 Terminator.TargetBlock = in describeTerminator() 318 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | Consumed.h | 220 const CFGBlock *TargetBlock);
|
D | ThreadSafetyTIL.h | 1386 : 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/ |
D | Consumed.cpp | 1033 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/ |
D | NewGVN.cpp | 2542 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/ |
D | InstrProfiling.cpp | 323 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local 324 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()
|