Searched refs:LoopTarget (Results 1 – 2 of 2) sorted by relevance
591 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local592 SourceLocation Loc = LoopTarget->getLocStart(); in reportDeadCode()595 if (const ForStmt *FS = dyn_cast<ForStmt>(LoopTarget)) { in reportDeadCode()
410 const Stmt *LoopTarget; variable493 : Elements(C), Label(nullptr), Terminator(nullptr), LoopTarget(nullptr), in CFGBlock()621 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()633 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()