Searched refs:getDst (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 257 << ", \"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 D | CoreEngine.cpp | 122 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 D | ExprEngineC.cpp | 747 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
|
| H A D | BugReporter.cpp | 894 const CFGBlock *Dst = BE.getDst(); in generateMinimalDiagForBlockEdge() 1047 return (*(Src->succ_begin()+1) == BE->getDst()); in isJumpToFalseBranch()
|
| H A D | BugReporterVisitors.cpp | 2122 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 D | MachinePipeliner.cpp | 1855 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 D | AnalyzerStatsChecker.cpp | 116 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 154 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 D | DependenceAnalysis.h | 113 Instruction *getDst() const { return Dst; } in getDst() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 520 const CFGBlock *getDst() const { in getDst() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 4110 Instruction *Dst = Dep.getDst(); in getSplitIteration()
|