| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 242 return parseRangeChecks(CheckCond, Checks, Visited); in parseRangeChecks() 565 parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) && in widenCondCommon() 566 combineRangeChecks(Checks, CombinedChecks)) { in widenCondCommon() 609 return parseRangeChecks(AndLHS, Checks) && in parseRangeChecks() 610 parseRangeChecks(AndRHS, Checks); in parseRangeChecks() 666 Checks.push_back(Check); in parseRangeChecks() 673 unsigned OldCount = Checks.size(); in combineRangeChecks() 674 while (!Checks.empty()) { in combineRangeChecks() 677 Value *CurrentBase = Checks.front().getBase(); in combineRangeChecks() 678 Value *CurrentLength = Checks.front().getLength(); in combineRangeChecks() [all …]
|
| H A D | LoopLoadElimination.cpp | 388 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local 390 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks() 400 LLVM_DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() in collectMemchecks() 402 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks() 404 return Checks; in collectMemchecks() 516 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local 520 if (Checks.size() > Candidates.size() * CheckPerElim) { in processLoop() 531 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop() 548 LV.setAliasChecks(std::move(Checks)); in processLoop()
|
| H A D | LoopDistribute.cpp | 796 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local 799 if (!Pred.isAlwaysTrue() || !Checks.empty()) { in processLoop() 803 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop() 805 LVer.setAliasChecks(std::move(Checks)); in processLoop() 898 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local 900 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks() 924 return Checks; in includeOnlyCrossPartitionChecks()
|
| H A D | LoopPredication.cpp | 594 SmallVector<Value *, 4> Checks; in widenGuardConditions() local 612 Checks.push_back(NewRangeCheck.getValue()); in widenGuardConditions() 619 Checks.push_back(Condition); in widenGuardConditions() 630 for (auto *Check : Checks) in widenGuardConditions()
|
| H A D | InductiveRangeCheckElimination.cpp | 149 SmallVectorImpl<InductiveRangeCheck> &Checks, 222 SmallVectorImpl<InductiveRangeCheck> &Checks); 333 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond() argument 342 Checks, Visited); in extractRangeChecksFromCond() 344 Checks, Visited); in extractRangeChecksFromCond() 384 Checks.push_back(IRC); in extractRangeChecksFromCond() 389 SmallVectorImpl<InductiveRangeCheck> &Checks) { in extractRangeChecksFromBranch() argument 401 Checks, Visited); in extractRangeChecksFromBranch()
|
| /freebsd-12.1/contrib/gcclibs/libdecnumber/ |
| H A D | configure.ac | 28 # Checks for programs. 50 # Checks for header files. 54 # Checks for typedefs, structures, and compiler characteristics. 60 # Checks for library functions.
|
| /freebsd-12.1/contrib/blacklist/port/ |
| H A D | configure.ac | 11 dnl Checks for programs. 20 dnl Checks for headers 40 dnl Checks for typedefs, structures, and compiler characteristics. 81 dnl Checks for functions
|
| /freebsd-12.1/contrib/file/ |
| H A D | configure.ac | 80 dnl Checks for programs. 89 dnl Checks for headers 105 dnl Checks for typedefs, structures, and compiler characteristics. 156 dnl Checks for functions 162 dnl Checks for libraries
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | configure.ac | 10 # Checks for programs. 37 # Checks for header files. 43 # Checks for typedefs, structures, and compiler characteristics. 61 # Checks for library functions.
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | configure.ac | 110 # Checks for libraries. 120 # Checks for header files. 125 # Checks for typedefs, structures, and compiler characteristics. 138 # Checks for library functions.
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 370 Checks.clear(); in reset() 432 const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; } in getChecks() 441 unsigned getNumberOfChecks() const { return Checks.size(); } in getNumberOfChecks() 447 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, 493 SmallVector<PointerCheck, 4> Checks; variable
|
| /freebsd-12.1/contrib/expat/ |
| H A D | configure.ac | 63 dnl Checks for programs. 85 dnl Checks for header files. 88 dnl Checks for typedefs, structures, and compiler characteristics. 115 # Checks to see if ANSI C99 CPP variable __func__ works.
|
| /freebsd-12.1/contrib/netbsd-tests/bin/sh/ |
| H A D | t_cmdsub.sh | 163 "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-12.1/contrib/openbsm/ |
| H A D | configure.ac | 26 # Checks for programs. 43 # Checks for header files. 50 # Checks for typedefs, structures, and compiler characteristics. 95 # Checks for library functions.
|
| /freebsd-12.1/contrib/libucl/tests/basic/ |
| H A D | escapes.in | 1 # Checks for escapes in strings
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | configure.in | 40 dnl Checks for programs. 96 dnl Checks for libraries. 202 dnl Checks for header files. 211 dnl Checks for library functions.
|
| /freebsd-12.1/contrib/netbsd-tests/sbin/newfs/ |
| H A D | quotas_common.sh | 53 atf_set "descr" "Checks ${descr} quotas inodes"
|
| /freebsd-12.1/contrib/netbsd-tests/sbin/fsck_ffs/ |
| H A D | quotas_common.sh | 29 atf_set "descr" "Checks ${descr} quotas inodes"
|
| /freebsd-12.1/contrib/bmake/ |
| H A D | configure.in | 78 dnl Checks for programs. 102 dnl Checks for header files. 150 dnl Checks for typedefs, structures, and compiler characteristics. 163 dnl Checks for library functions.
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopVersioning.h | 76 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 47 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks() argument 48 AliasChecks = std::move(Checks); in setAliasChecks()
|
| /freebsd-12.1/contrib/opie/ |
| H A D | configure.in | 86 dnl Checks for programs. 215 dnl Checks for various system characteristics 461 dnl Checks for libraries. 467 dnl Checks for header files. 472 dnl Checks for typedefs, structures, and compiler characteristics. 504 dnl Checks for library functions.
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 236 SmallVector<PointerCheck, 4> Checks; in generateChecks() local 244 Checks.push_back(std::make_pair(&CGI, &CGJ)); in generateChecks() 247 return Checks; in generateChecks() 252 assert(Checks.empty() && "Checks is not empty"); in generateChecks() 254 Checks = generateChecks(); in generateChecks() 454 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks() argument 457 for (const auto &Check : Checks) { in printChecks() 475 printChecks(OS, Checks, Depth); in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1171 Checks.emplace_back(Check.second); in EmitIntegerSignChangeCheck() 1181 Checks.emplace_back(Check.second); in EmitIntegerSignChangeCheck() 1576 CGF.EmitCheck(Checks, Check, StaticData, DynamicData); in EmitBinOpCheck() 2932 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitUndefinedBehaviorIntegerDivAndRemCheck() local 2953 Checks.push_back( in EmitUndefinedBehaviorIntegerDivAndRemCheck() 2957 if (Checks.size() > 0) in EmitUndefinedBehaviorIntegerDivAndRemCheck() 2958 EmitBinOpCheck(Checks, Ops); in EmitUndefinedBehaviorIntegerDivAndRemCheck() 3462 SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks; in EmitShl() local 3467 Checks.push_back( in EmitShl() 3504 assert(!Checks.empty()); in EmitShl() [all …]
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | configure.ac | 45 dnl Checks for programs. 140 dnl Checks for libraries. 210 dnl Checks for header files. 335 dnl Checks for typedefs, structures, and compiler characteristics. 340 dnl Checks for library functions.
|