Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2053 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches() local
2055 if (!s1Start || !s1End) in simplifySimpleBranches()
2089 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()
2100 if (!isConditionForTerminator(s1Start, s1End)) in simplifySimpleBranches()
2179 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles() local
2205 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
2348 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in optimizeEdges() local
2350 const Stmt *level2 = getStmtParent(s1End, PM); in optimizeEdges()
2399 if (s1End && s1End == s2Start && level2) { in optimizeEdges()
2404 if (isIncrementOrInitInForLoop(s1End, level2)) in optimizeEdges()
[all …]