Searched refs:AllChecks (Results 1 – 3 of 3) sorted by relevance
790 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local791 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()898 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument903 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
745 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() local747 Guard->setOperand(0, AllChecks); in widenGuardConditions()780 Value *AllChecks = Builder.CreateAnd(Checks); in widenWidenableBranchGuardConditions() local782 BI->setCondition(AllChecks); in widenWidenableBranchGuardConditions()
398 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local401 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()