Searched refs:PieceI (Results 1 – 1 of 1) sorted by relevance
1517 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); in simplifySimpleBranches() local1519 if (!PieceI) in simplifySimpleBranches()1522 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()1523 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()1574 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()1638 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); in removeContextCycles() local1640 if (!PieceI) { in removeContextCycles()1645 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()1646 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()1708 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); in removePunyEdges() local[all …]