Home
last modified time | relevance | path

Searched refs:BlockEdge (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp109 BlockEdge StartLoc(Entry, Succ, L); in ExecuteWorkList()
187 HandleBlockEdge(Loc.castAs<BlockEdge>(), Pred); in dispatchWorkItem()
225 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
351 generateNode(BlockEdge(B, succ, Pred->getLocationContext()), in HandleBlockExit()
432 generateNode(BlockEdge(B, *(B->succ_begin()), Pred->getLocationContext()), in HandleBlockExit()
496 BlockEdge Loc(B, *B->succ_begin(), LCtx); in HandleVirtualBaseBranch()
507 BlockEdge Loc(B, *(B->succ_begin() + 1), LCtx); in HandleVirtualBaseBranch()
658 ProgramPoint Loc = BlockEdge(C.getBlock(), branch ? DstT : DstF, in generateNode()
670 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateNode()
688 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateCaseStmtNode()
[all …]
H A DExprEngineCallAndReturn.cpp59 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter()
107 } else if (std::optional<BlockEdge> BE = PP.getAs<BlockEdge>()) { in getLastStmt()
H A DExprEngineC.cpp694 BlockEdge BE = N->getLocation().castAs<BlockEdge>(); in VisitLogicalExpr()
807 SrcBlock = PP.castAs<BlockEdge>().getSrc(); in VisitGuardedExpr()
H A DExplodedGraph.cpp334 if (auto BE = P.getAs<BlockEdge>()) in getStmtForDiagnostics()
H A DBugReporterVisitors.cpp1950 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
2166 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in peelOffOuterExpr()
2791 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
H A DBugReporter.cpp266 BlockEdge BE) const;
871 PathDiagnosticConstruct &C, BlockEdge BE) const { in generateMinimalDiagForBlockEdge()
1027 static bool isJumpToFalseBranch(const BlockEdge *BE) { in isJumpToFalseBranch()
1246 } else if (auto BE = P.getAs<BlockEdge>()) { in generatePathDiagnosticsForNode()
H A DCheckerManager.cpp435 const BlockEdge &L, in runCheckersForBeginFunction()
H A DExprEngine.cpp2502 void ExprEngine::processCFGBlockEntrance(const BlockEdge &L, in processCFGBlockEntrance()
2902 const BlockEdge &L) { in processBeginOfFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h87 ValTy& getEdgeData(const BlockEdge &E) { in getEdgeData()
93 const ValTy& getEdgeData(const BlockEdge &E) const { in getEdgeData()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp135 const BlockEdge &E = castAs<BlockEdge>(); in printJson()
H A DPathDiagnostic.cpp668 if (std::optional<BlockEdge> BE = P.getAs<BlockEdge>()) { in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp640 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses() local
641 if (EdgeUsesOnly.count(BlockEdge)) { in renameUses()
643 auto *DomNode = DT.getNode(BlockEdge.first); in renameUses()
656 auto *DomNode = DT.getNode(BlockEdge.second); in renameUses()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp119 for (const BlockEdge &BE : make_first_range(CE.exhausted_blocks())) { in checkEndAnalysis()
H A DBasicObjCFoundationChecks.cpp968 if (std::optional<BlockEdge> BE = P.getAs<BlockEdge>()) { in alreadyExecutedAtLeastOneLoopIteration()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h498 class BlockEdge : public ProgramPoint {
500 BlockEdge(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) in BlockEdge() function
516 BlockEdge() = default;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h67 std::vector<std::pair<BlockEdge, const ExplodedNode *>>;
112 void HandleBlockEdge(const BlockEdge &E, ExplodedNode *Pred);
H A DExprEngine.h316 void processCFGBlockEntrance(const BlockEdge &L,
359 const BlockEdge &L);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h351 const BlockEdge &L,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp425 auto PP = N->getLocationAs<BlockEdge>(); in annotateStartParameter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp625 using BlockEdge = BasicBlockEdge; typedef in __anonb3555ec80211::NewGVN
626 DenseSet<BlockEdge> ReachableEdges;