HomeSort by relevance Sort by last modified time
    Searched refs:TargetBlock (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 108 unsigned TargetBlock;
114 TerminatorInfo() : Branch(0), Size(0), TargetBlock(0), ExtraRelaxSize(0) {}
244 Terminator.TargetBlock =
302 const MBBInfo &Target = MBBs[Terminator.TargetBlock];
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 322 void UpdateEdgeValue(BlockEdge E, ValTy& V, const CFGBlock *TargetBlock) {
328 WorkList.enqueue(TargetBlock);
332 WorkList.enqueue(TargetBlock);
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 576 const CFGBlock *TargetBlock;
579 VisitWL(const CFGStmtMap *cbm, const CFGBlock *targetBlock,
581 : CBM(cbm), TargetBlock(targetBlock), CRA(cra) {}
597 return B == TargetBlock || CRA.isReachable(B, TargetBlock);

Completed in 48 milliseconds