Home
last modified time | relevance | path

Searched refs:LoopTarget (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Analysis/
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()
/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()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h780 const Stmt *LoopTarget = nullptr; variable
1041 void setLoopTarget(const Stmt *loopTarget) { LoopTarget = loopTarget; } in setLoopTarget()
1067 const Stmt *getLoopTarget() const { return LoopTarget; } in getLoopTarget()