Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp591 if (const Stmt *LoopTarget = B->getLoopTarget()) { in reportDeadCode() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h410 const Stmt *LoopTarget; variable