Searched refs:Guards (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 563 auto Guards = match(stmt(hasDescendant(GuardM)), *MethodBody, AC); in hasUnguardedAccess() local 564 if (Guards.empty()) in hasUnguardedAccess() 566 const auto *FirstGuard = Guards[0].getNodeAs<Stmt>("guard"); in hasUnguardedAccess()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 1225 SmallVector<IntrinsicInst *, 4> Guards; in runOnLoop() local 1230 Guards.push_back(cast<IntrinsicInst>(&I)); in runOnLoop() 1239 for (auto *Guard : Guards) in runOnLoop()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10495 LoopGuards Guards = LoopGuards::collect(L, *this); in howFarToZero() local 10497 const SCEV *StepWLG = applyLoopGuards(Step, Guards); in howFarToZero() 10514 APInt MaxBECount = getUnsignedRangeMax(applyLoopGuards(Distance, Guards)); in howFarToZero() 10555 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, Guards)); in howFarToZero() 10572 APInt MaxWithGuards = getUnsignedRangeMax(applyLoopGuards(E, Guards)); in howFarToZero() 15094 LoopGuards Guards(SE); in collect() local 15492 CollectCondition(Predicate, LHS, RHS, Guards.RewriteMap); in collect() 15508 Guards.PreserveNUW = true; in collect() 15509 Guards.PreserveNSW = true; in collect() 15511 const SCEV *RewriteTo = Guards.RewriteMap[Expr]; in collect() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1321 const SCEV *applyLoopGuards(const SCEV *Expr, const LoopGuards &Guards);
|
| /src/sys/contrib/zstd/ |
| H A D | CHANGELOG | 100 build: Add Guards for `_LARGEFILE_SOURCE` and `_LARGEFILE64_SOURCE` (#2444, @indygreg)
|
| /src/contrib/tzdata/ |
| H A D | europe | 116 # made their calculations and set the time for the Horse Guards and Parliament,
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 15987 the various types of internal descriptors. Guards against null
|