Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1502 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() local
1504 if (!s1Start || !s1End) in simplifySimpleBranches()
1538 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()
1549 if (!isConditionForTerminator(s1Start, s1End)) in simplifySimpleBranches()
1625 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles() local
1651 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
1786 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in optimizeEdges() local
1788 const Stmt *level2 = getStmtParent(s1End, PM); in optimizeEdges()
1834 if (s1End && s1End == s2Start && level2) { in optimizeEdges()
1839 if (isIncrementOrInitInForLoop(s1End, level2)) in optimizeEdges()
[all …]