Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp633 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local
634 SourceLocation Loc = LoopTarget->getBeginLoc(); in reportDeadCode()
637 if (const ForStmt *FS = dyn_cast<ForStmt>(LoopTarget)) { in reportDeadCode()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h610 const Stmt *LoopTarget = nullptr; variable
837 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()
849 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()