Searched refs:Intersect (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_range.h | 35 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b,
|
| H A D | sanitizer_range.cpp | 15 void Intersect(ArrayRef<Range> a, ArrayRef<Range> b, in Intersect() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 67 Range Intersect(const Range &rhs) const { in Intersect() function 118 return Intersect(rhs).IsValid(); in DoesIntersect() 158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 747 if (std::optional<ConstantRange> Intersect = in mergeChecks() local 751 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in mergeChecks()
|
| H A D | LICM.cpp | 2879 FastMathFlags Intersect = BO->getFastMathFlags() & BO0->getFastMathFlags(); in hoistBOAssociation() local 2881 I->setFastMathFlags(Intersect); in hoistBOAssociation() 2882 NewBO->setFastMathFlags(Intersect); in hoistBOAssociation()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 1253 BitVector Intersect = A.VariableIDsInBlock; in join() local 1254 Intersect &= B.VariableIDsInBlock; in join() 1256 for (auto VarID : Intersect.set_bits()) { in join()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 639 Intersect(mapped_regions, regions, intersection); in ScanRootRegions()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 6691 static MemoryRegionInfo Intersect(const MemoryRegionInfo &lhs, in Intersect() function 6696 region_info.GetRange() = lhs.GetRange().Intersect(rhs); in Intersect() 6713 AddRegion(Intersect(range, *entry), true, ranges); in GetUserSpecifiedCoreFileSaveRanges()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2041 FastMathFlags Intersect = BO0->getFastMathFlags() & in foldBinopWithRecurrence() local 2043 NewBO->setFastMathFlags(Intersect); in foldBinopWithRecurrence()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8000 …geTraitEE7FactoryERKNS5_6APSIntESE_", "(anonymous namespace)::RangeSet::Intersect(clang::ento::Bas…
|