Home
last modified time | relevance | path

Searched refs:AllChecks (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp408 static bool verifyChecks(const StringSet<> &AllChecks, StringRef CheckGlob, in verifyChecks() argument
439 if (llvm::none_of(AllChecks.keys(), in verifyChecks()
447 if (AllChecks.contains(Cur)) in verifyChecks()
452 llvm::StringRef Closest = closest(Cur, AllChecks); in verifyChecks()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTidyProvider.cpp298 static const llvm::StringSet<llvm::BumpPtrAllocator> AllChecks = [] { in isRegisteredTidyCheck() local
309 return AllChecks.contains(Check); in isRegisteredTidyCheck()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp795 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local
796 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
905 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument
910 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
H A DLoopPredication.cpp817 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() local
819 Guard->setOperand(0, AllChecks); in widenGuardConditions()
843 Value *AllChecks = Builder.CreateAnd(Checks); in widenWidenableBranchGuardConditions() local
845 BI->setCondition(AllChecks); in widenWidenableBranchGuardConditions()
H A DLoopLoadElimination.cpp389 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local
392 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()