Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp796 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local
797 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
906 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument
911 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
H A DLoopPredication.cpp809 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() local
811 Guard->setOperand(0, AllChecks); in widenGuardConditions()
835 Value *AllChecks = Builder.CreateAnd(Checks); in widenWidenableBranchGuardConditions() local
837 BI->setCondition(AllChecks); in widenWidenableBranchGuardConditions()
H A DLoopLoadElimination.cpp391 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local
394 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()