Searched refs:AllChecks (Results 1 – 3 of 3) sorted by relevance
793 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()901 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument906 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
745 Value *AllChecks = Builder.CreateAnd(Checks); in widenICmpRangeCheck() 747 Guard->setOperand(0, AllChecks); in widenICmpRangeCheck() 780 Value *AllChecks = Builder.CreateAnd(Checks); in collectChecks() 782 BI->setCondition(AllChecks); in collectChecks() 827 Value *AllChecks = Builder.CreateAnd(Checks); widenGuardConditions() local 863 Value *AllChecks = Builder.CreateAnd(Checks); widenWidenableBranchGuardConditions() local
402 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local405 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()