Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp686 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local
687 SourceLocation Loc = LoopTarget->getBeginLoc(); in reportDeadCode()
690 if (const ForStmt *FS = dyn_cast<ForStmt>(LoopTarget)) { in reportDeadCode()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h808 const Stmt *LoopTarget = nullptr; variable
1072 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()
1098 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()