Searched refs:getDst (Results 1 – 9 of 9) sorted by relevance
138 << ", \"dst_id\": " << E.getDst()->getBlockID() << ", \"terminator\": "; in printJson()153 if (const Stmt *Label = E.getDst()->getLabel()) { in printJson()181 << (*E.getSrc()->succ_begin() == E.getDst() ? "true" : "false"); in printJson()
120 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
122 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList()226 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()238 L.getDst() == *L.getSrc()->succ_begin()) { in HandleBlockEdge()
708 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
875 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge()1030 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
2170 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()2803 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
110 /// getDst - Returns the destination instruction for this dependence.112 Instruction *getDst() const { return Dst; } in getDst() function
510 const CFGBlock *getDst() const { in getDst() function
4029 Instruction *Dst = Dep.getDst(); in getSplitIteration()