Home
last modified time | relevance | path

Searched refs:LoopTarget (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DReachableCode.cpp631 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local
632 SourceLocation Loc = LoopTarget->getBeginLoc(); in reportDeadCode()
635 if (const ForStmt *FS = dyn_cast<ForStmt>(LoopTarget)) { in reportDeadCode()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h781 const Stmt *LoopTarget = nullptr; variable
1042 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()
1068 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()