Searched refs:AllChecks (Results 1 – 3 of 3) sorted by relevance
796 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local797 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()906 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument911 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
809 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() local811 Guard->setOperand(0, AllChecks); in widenGuardConditions()835 Value *AllChecks = Builder.CreateAnd(Checks); in widenWidenableBranchGuardConditions() local837 BI->setCondition(AllChecks); in widenWidenableBranchGuardConditions()
391 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local394 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()