Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp795 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local
796 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
895 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument
900 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
H A DLoopLoadElimination.cpp387 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local
390 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()