Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp108 unsigned TargetBlock; member
114 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0), in TerminatorInfo()
252 Terminator.TargetBlock = in describeTerminator()
310 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.cpp1027 const CFGBlock *TargetBlock) { in allBackEdgesVisited() argument
1030 assert(TargetBlock && "TargetBlock pointer must not be NULL"); in allBackEdgesVisited()
1033 for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(), in allBackEdgesVisited()
1034 PE = TargetBlock->pred_end(); PI != PE; ++PI) { in allBackEdgesVisited()