Searched refs:s2Start (Results 1 – 1 of 1) sorted by relevance
2086 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches() local2089 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()2202 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in removeContextCycles() local2205 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()2209 Optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles()2364 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in optimizeEdges() local2366 const Stmt *level3 = getStmtParent(s2Start, PM); in optimizeEdges()2399 if (s1End && s1End == s2Start && level2) { in optimizeEdges()2427 lexicalContains(PM, s2Start, s2End) && in optimizeEdges()2463 if (s1End == s2Start) { in optimizeEdges()[all …]