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()
409 const Stmt *LoopTarget; variable492 : Elements(C), Label(nullptr), Terminator(nullptr), LoopTarget(nullptr), in CFGBlock()619 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()631 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()