Searched refs:Guards (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 1225 SmallVector<IntrinsicInst *, 4> Guards; in predicateLoopExits() 1230 Guards.push_back(cast<IntrinsicInst>(&I)); in predicateLoopExits() 1239 for (auto *Guard : Guards) in predicateLoopExits() 1308 SmallVector<IntrinsicInst *, 4> Guards; runOnLoop() local
|
/freebsd/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 …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1321 const SCEV *applyLoopGuards(const SCEV *Expr, const LoopGuards &Guards);
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 100 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 | 15879 the various types of internal descriptors. Guards against null
|