Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp716 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local
717 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
797 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument
802 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
DLoopLoadElimination.cpp355 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local
358 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks), in collectMemchecks()