Searched refs:s1Start (Results 1 – 1 of 1) sorted by relevance
1539 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches() local1542 if (!s1Start || !s1End) in simplifySimpleBranches()1582 CXXForRangeStmt>(s1Start)) in simplifySimpleBranches()1586 if (!isConditionForTerminator(s1Start, s1End)) in simplifySimpleBranches()1662 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles() local1689 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()1691 std::optional<size_t> s1Length = getLengthOnSingleLine(SM, s1Start); in removeContextCycles()1823 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges() local1825 const Stmt *level1 = getStmtParent(s1Start, PM); in optimizeEdges()1899 else if (s1Start && s2End && in optimizeEdges()[all …]