Searched refs:Guards (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 565 auto Guards = match(stmt(hasDescendant(GuardM)), *MethodBody, AC); in hasUnguardedAccess() local 566 if (Guards.empty()) in hasUnguardedAccess() 568 const auto *FirstGuard = Guards[0].getNodeAs<Stmt>("guard"); in hasUnguardedAccess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 1224 SmallVector<IntrinsicInst *, 4> Guards; in runOnLoop() local 1229 Guards.push_back(cast<IntrinsicInst>(&I)); in runOnLoop() 1238 for (auto *Guard : Guards) in runOnLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 377 auto Guards = ScalarEvolution::LoopGuards::collect(&L, SE); in shouldPeelLastIteration() local 378 BTC = SE.applyLoopGuards(BTC, Guards); in shouldPeelLastIteration() 379 RightSCEV = SE.applyLoopGuards(RightSCEV, Guards); in shouldPeelLastIteration()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10566 LoopGuards Guards = LoopGuards::collect(L, *this); in howFarToZero() local 10568 const SCEV *StepWLG = applyLoopGuards(Step, Guards); in howFarToZero() 10585 APInt MaxBECount = getUnsignedRangeMax(applyLoopGuards(Distance, Guards)); in howFarToZero() 10627 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, Guards)); in howFarToZero() 10646 APInt MaxWithGuards = getUnsignedRangeMax(applyLoopGuards(E, Guards)); in howFarToZero() 15353 LoopGuards Guards(SE); in collect() local 15355 return Guards; in collect() 15357 collectFromBlock(SE, Guards, Header, Pred, VisitedBlocks); in collect() 15358 return Guards; in collect() 15362 ScalarEvolution &SE, ScalarEvolution::LoopGuards &Guards, in collectFromPHI() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1352 collectFromBlock(ScalarEvolution &SE, ScalarEvolution::LoopGuards &Guards, 1362 ScalarEvolution &SE, ScalarEvolution::LoopGuards &Guards, 1379 const LoopGuards &Guards);
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 242 build: Add Guards for `_LARGEFILE_SOURCE` and `_LARGEFILE64_SOURCE` (#2444, @indygreg)
|
| /freebsd/contrib/tzdata/ |
| H A D | europe | 116 # made their calculations and set the time for the Horse Guards and Parliament,
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 15987 the various types of internal descriptors. Guards against null
|