Home
last modified time | relevance | path

Searched refs:getDst (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp257 << ", \"dst_id\": " << E.getDst()->getBlockID() << ", \"terminator\": "; in printJson()
272 if (const Stmt *Label = E.getDst()->getLabel()) { in printJson()
300 << (*E.getSrc()->succ_begin() == E.getDst() ? "true" : "false"); in printJson()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp122 NodeBuilderContext BuilderCtx(*this, StartLoc.getDst(), Node); in ExecuteWorkList()
261 const CFGBlock *Blk = L.getDst(); in HandleBlockEdge()
273 L.getDst() == *L.getSrc()->succ_begin()) { in HandleBlockEdge()
308 BlockEntrance BE(L.getSrc(), L.getDst(), Pred->getLocationContext()); in HandleBlockEdge()
321 BlockEntrance BE(L.getSrc(), L.getDst(), Pred->getLocationContext()); in HandleBlockEdge()
H A DExprEngineC.cpp747 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
H A DBugReporter.cpp894 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge()
1047 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
H A DBugReporterVisitors.cpp2122 bool TookTrueBranch = (*(srcBlk->succ_begin()) == BE->getDst()); in peelOffOuterExpr()
2755 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC); in VisitNodeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1855 int N = OE.getDst()->NodeNum; in createAdjacencyStructure()
1865 if (OE.getDst()->isBoundaryNode() || OE.isArtificial()) in createAdjacencyStructure()
1877 int N = OE.getDst()->NodeNum; in createAdjacencyStructure()
1887 SUnit *Dst = IE.getDst(); in createAdjacencyStructure()
2098 SUnit *Succ = OE.getDst(); in computeNodeFunctions()
2156 SUnit *SuccSU = OE.getDst(); in pred_L()
2178 SUnit *SuccSU = OE.getDst(); in succ_L()
2223 computePath(OE.getDst(), Path, DestNodes, Exclude, Visited, DDG); in computePath()
2429 SUnit *Successor = OE.getDst(); in addConnectedNodes()
2558 SUnit *SU = OE.getDst(); in computeNodeOrder()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp116 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h154 SUnit *getDst() const { return Dst; } in getDst() function
520 SUnit *SuccSUnit = Succ.getDst(); in NodeSet()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h113 Instruction *getDst() const { return Dst; } in getDst() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h520 const CFGBlock *getDst() const { in getDst() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp4110 Instruction *Dst = Dep.getDst(); in getSplitIteration()