Searched refs:TermCond (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 665 const Stmt *TermCond = in reportDeadCode() local 667 isConfigurationValue(TermCond, PP, &SilenceableCondVal); in reportDeadCode()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1285 const Stmt *TermCond = getTerminatorCondition(BSrc); in generatePathDiagnosticsForNode() local 1287 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term); in generatePathDiagnosticsForNode() 1306 PathDiagnosticLocation L(TermCond ? TermCond : Term, SM, in generatePathDiagnosticsForNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 6785 auto *TermCond = dyn_cast<ICmpInst>(BI->getCondition()); in canFoldTermCondOfLoop() local 6786 if (!TermCond) { in canFoldTermCondOfLoop() 6791 if (!TermCond->hasOneUse()) { in canFoldTermCondOfLoop() 6798 BinaryOperator *LHS = dyn_cast<BinaryOperator>(TermCond->getOperand(0)); in canFoldTermCondOfLoop() 6799 Value *RHS = TermCond->getOperand(1); in canFoldTermCondOfLoop() 6813 if (!isAlmostDeadIV(ToFold, LoopLatch, TermCond)) in canFoldTermCondOfLoop() 6908 << " TermCond: " << *TermCond << "\n" in canFoldTermCondOfLoop()
|