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

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

Completed in 97 milliseconds