Searched refs:LoopTarget (Results 1 – 4 of 4) 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()
633 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local634 SourceLocation Loc = LoopTarget->getBeginLoc(); in reportDeadCode()637 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()
780 const Stmt *LoopTarget = nullptr; variable1041 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()1067 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()