Home
last modified time | relevance | path

Searched refs:TargetBlock (Results 1 – 4 of 4) 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/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()