Searched defs:TermCond (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ | ||
H A D | ReachableCode.cpp | 665 const Stmt *TermCond = reportDeadCode() local |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | BugReporter.cpp | 1285 const Stmt *TermCond = getTerminatorCondition(BSrc); generatePathDiagnosticsForNode() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LoopStrengthReduce.cpp | 6785 auto *TermCond = dyn_cast<ICmpInst>(BI->getCondition()); canFoldTermCondOfLoop() local |