Searched refs:s1Start (Results 1 – 1 of 1) sorted by relevance
1522 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches() local1525 if (!s1Start || !s1End) in simplifySimpleBranches()1565 CXXForRangeStmt>(s1Start)) in simplifySimpleBranches()1569 if (!isConditionForTerminator(s1Start, s1End)) in simplifySimpleBranches()1645 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles() local1672 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()1674 std::optional<size_t> s1Length = getLengthOnSingleLine(SM, s1Start); in removeContextCycles()1806 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges() local1808 const Stmt *level1 = getStmtParent(s1Start, PM); in optimizeEdges()1882 else if (s1Start && s2End && in optimizeEdges()[all …]