Searched refs:s2Start (Results 1 – 1 of 1) sorted by relevance
1535 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches() local1538 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()1648 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in removeContextCycles() local1651 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()1655 Optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles()1801 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in optimizeEdges() local1803 const Stmt *level3 = getStmtParent(s2Start, PM); in optimizeEdges()1834 if (s1End && s1End == s2Start && level2) { in optimizeEdges()1862 lexicalContains(PM, s2Start, s2End) && in optimizeEdges()1898 if (s1End == s2Start) { in optimizeEdges()[all …]