Home
last modified time | relevance | path

Searched refs:Checks (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp199 bool canBeHoistedTo(const SmallVectorImpl<Value *> &Checks, in canBeHoistedTo() argument
201 return all_of(Checks, in canBeHoistedTo()
208 void makeAvailableAt(const SmallVectorImpl<Value *> &Checks, in makeAvailableAt() argument
210 for (Value *V : Checks) in makeAvailableAt()
278 SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument
280 if (!parseRangeChecks(CheckCond, Checks)) in parseRangeChecks()
286 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks);
292 bool combineRangeChecks(SmallVectorImpl<RangeCheck> &Checks,
766 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in mergeChecks() local
767 if (parseRangeChecks(ChecksToWiden, Checks) && in mergeChecks()
[all …]
H A DLoopLoadElimination.cpp401 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local
403 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()
413 LLVM_DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() in collectMemchecks()
415 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
417 return Checks; in collectMemchecks()
561 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
564 if (Checks.size() > Candidates.size() * CheckPerElim) { in processLoop()
580 if (!Checks.empty() || !LAI.getPSE().getPredicate().isAlwaysTrue()) { in processLoop()
599 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop()
H A DLoopPredication.cpp309 void widenChecks(SmallVectorImpl<Value *> &Checks,
716 void LoopPredication::widenChecks(SmallVectorImpl<Value *> &Checks, in widenChecks() argument
719 for (auto &Check : Checks) in widenChecks()
733 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
735 parseWidenableGuard(Guard, Checks); in widenGuardConditions()
736 widenChecks(Checks, WidenedChecks, Expander, Guard); in widenGuardConditions()
743 IRBuilder<> Builder(findInsertPt(Guard, Checks)); in widenGuardConditions()
744 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions()
764 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
766 parseWidenableGuard(BI, Checks); in widenWidenableBranchGuardConditions()
[all …]
H A DLoopDistribute.cpp794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
797 if (LAI->hasConvergentOp() && !Checks.empty()) { in processLoop()
808 if (!Pred.isAlwaysTrue() || !Checks.empty()) { in processLoop()
814 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
815 LoopVersioning LVer(*LAI, Checks, L, LI, DT, SE); in processLoop()
904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
906 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
930 return Checks; in includeOnlyCrossPartitionChecks()
H A DInductiveRangeCheckElimination.cpp150 SmallVectorImpl<InductiveRangeCheck> &Checks,
231 SmallVectorImpl<InductiveRangeCheck> &Checks, bool &Changed);
481 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond() argument
490 Checks, Visited); in extractRangeChecksFromCond()
492 Checks, Visited); in extractRangeChecksFromCond()
516 Checks.push_back(IRC); in extractRangeChecksFromCond()
522 SmallVectorImpl<InductiveRangeCheck> &Checks, bool &Changed) { in extractRangeChecksFromBranch() argument
568 Checks, Visited); in extractRangeChecksFromBranch()
/freebsd/contrib/blocklist/port/
H A Dconfigure.ac12 dnl Checks for programs.
21 dnl Checks for headers
42 dnl Checks for typedefs, structures, and compiler characteristics.
83 dnl Checks for functions
/freebsd/contrib/libyaml/
H A Dconfigure.ac50 # Checks for programs.
61 # Checks for header files.
65 # Checks for typedefs, structures, and compiler characteristics.
/freebsd/contrib/ntp/sntp/
H A Dconfigure.ac105 # Checks for libraries.
115 # Checks for header files.
120 # Checks for typedefs, structures, and compiler characteristics.
132 # Checks for library functions.
/freebsd/contrib/lutok/m4/
H A Dcompiler-flags.m443 dnl Checks for a compiler flag and sets a result variable.
72 dnl Checks for a compiler flag and appends it to a result variable.
98 dnl Checks for a C compiler flag and appends it to a variable.
110 dnl Checks for a C++ compiler flag and appends it to a variable.
122 dnl Checks for a set of C compiler flags and appends them to CFLAGS.
141 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.
H A Dcompiler-features.m452 dnl Checks if the current compiler has a way to mark functions that do not
80 dnl Checks if the current compiler has a way to mark parameters as unused
/freebsd/contrib/kyua/m4/
H A Dcompiler-flags.m443 dnl Checks for a compiler flag and sets a result variable.
82 dnl Checks for a compiler flag and appends it to a result variable.
108 dnl Checks for a C compiler flag and appends it to a variable.
120 dnl Checks for a C++ compiler flag and appends it to a variable.
132 dnl Checks for a set of C compiler flags and appends them to CFLAGS.
151 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.
H A Dcompiler-features.m432 dnl Checks if the current compiler has a way to mark functions that do not
65 dnl Checks if the current compiler has a way to mark functions as pure.
97 dnl Checks if the current compiler has a way to mark parameters as unused
H A Dgetopt.m430 dnl Checks if getopt(3) supports a + sign to enforce POSIX correctness.
81 dnl Checks if optreset exists to reset the processing of getopt(3) options.
113 dnl Checks the value to pass to optind to reset getopt(3) processing.
H A Duname.m432 dnl Checks for the current architecture name (aka processor type) and defines
50 dnl Checks for the current platform name (aka machine name) and defines
H A Dfs.m439 dnl Checks whether getcwd(NULL, 0) works; i.e. if getcwd(3) can dynamically
63 dnl Checks whether lchmod(3) exists and if it works. Some systems, such as
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h527 Checks.clear(); in reset()
553 return Checks; in getChecks()
574 unsigned getNumberOfChecks() const { return Checks.size(); } in getNumberOfChecks()
581 const SmallVectorImpl<RuntimePointerCheck> &Checks,
636 SmallVector<RuntimePointerCheck, 4> Checks; variable
/freebsd/contrib/openbsm/
H A Dconfigure.ac26 # Checks for programs.
43 # Checks for header files.
50 # Checks for typedefs, structures, and compiler characteristics.
95 # Checks for library functions.
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh163 "Checks various mixed new and old style cmd substitutions"
181 atf_set "descr" "Checks that redirects work in command substitutions"
202 atf_set "descr" "Checks that redirects work in old style cmd sub"
252 atf_set "descr" "Checks that variables work in old style cmd sub"
/freebsd/contrib/file/
H A Dconfigure.ac105 dnl Checks for programs.
114 dnl Checks for headers
141 dnl Checks for typedefs, structures, and compiler characteristics.
203 dnl Checks for functions
209 dnl Checks for libraries
/freebsd/contrib/libucl/tests/basic/
H A Descapes.in1 # Checks for escapes in strings
/freebsd/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh53 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd/contrib/dialog/
H A Dconfigure.in40 dnl Checks for programs.
103 dnl Checks for libraries.
202 dnl Checks for header files.
211 dnl Checks for library functions.
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh29 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h48 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp43 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning() argument
46 : VersionedLoop(L), AliasChecks(Checks), Preds(LAI.getPSE().getPredicate()), in LoopVersioning()

1234