Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DReachableCode.cpp591 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local
592 SourceLocation Loc = LoopTarget->getLocStart(); in reportDeadCode()
595 if (const ForStmt *FS = dyn_cast<ForStmt>(LoopTarget)) { in reportDeadCode()
/external/clang/include/clang/Analysis/
DCFG.h409 const Stmt *LoopTarget; variable
492 : Elements(C), Label(nullptr), Terminator(nullptr), LoopTarget(nullptr), in CFGBlock()
619 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()
631 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()