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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp801 const auto &AllChecks = RtPtrChecking->getChecks(); local
802 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,
908 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks,
913 copy_if(AllChecks, std::back_inserter(Checks),
907 includeOnlyCrossPartitionChecks( const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, const SmallVectorImpl<int> &PtrToPartition, const RuntimePointerChecking *RtPtrChecking) argument
H A DLoopPredication.cpp807 Value *AllChecks = Builder.CreateAnd(Checks); local
809 Guard->setOperand(0, AllChecks);
833 Value *AllChecks = Builder.CreateAnd(Checks); local
835 BI->setCondition(AllChecks);
H A DLoopLoadElimination.cpp393 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks();
396 copy_if(AllChecks, std::back_inserter(Checks),

Completed in 182 milliseconds