Searched refs:AllChecks (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 793 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() 794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() 901 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() 906 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks() 790 const auto &AllChecks = RtPtrChecking->getChecks(); processLoop() local 898 includeOnlyCrossPartitionChecks(const SmallVectorImpl<RuntimePointerCheck> & AllChecks,const SmallVectorImpl<int> & PtrToPartition,const RuntimePointerChecking * RtPtrChecking) includeOnlyCrossPartitionChecks() argument
|
H A D | LoopPredication.cpp | 745 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() local 747 Guard->setOperand(0, AllChecks); in widenGuardConditions() 780 Value *AllChecks = Builder.CreateAnd(Checks); in widenWidenableBranchGuardConditions() local 782 BI->setCondition(AllChecks); in widenWidenableBranchGuardConditions()
|
H A D | LoopLoadElimination.cpp | 402 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() 405 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks() 398 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); collectMemchecks() local
|