Searched refs:TargetBlock (Results 1 – 4 of 4) sorted by relevance
108 unsigned TargetBlock; member114 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0), in TerminatorInfo()252 Terminator.TargetBlock = in describeTerminator()310 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
220 const CFGBlock *TargetBlock);
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;
1027 const CFGBlock *TargetBlock) { in allBackEdgesVisited() argument1030 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()