Searched refs:LoopTarget (Results 1 – 2 of 2) sorted by relevance
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()
610 const Stmt *LoopTarget = nullptr; variable837 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()849 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()