Searched refs:LoopTarget (Results 1 – 2 of 2) sorted by relevance
643 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local644 SourceLocation Loc = LoopTarget->getBeginLoc(); in reportDeadCode()647 if (const ForStmt *FS = dyn_cast<ForStmt>(LoopTarget)) { in reportDeadCode()
808 const Stmt *LoopTarget = nullptr; variable1069 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()1095 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()