Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp793 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local
794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
901 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument
906 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
H A DLoopPredication.cpp744 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() local
746 Guard->setOperand(0, AllChecks); in widenGuardConditions()
779 Value *AllChecks = Builder.CreateAnd(Checks); in widenWidenableBranchGuardConditions() local
781 BI->setCondition(AllChecks); in widenWidenableBranchGuardConditions()
H A DLoopLoadElimination.cpp400 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local
403 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()