Home
last modified time | relevance | path

Searched defs:Intersection (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/include/flang/Parser/
H A Dchar-set.h65 constexpr SetOfChars Intersection(SetOfChars that) const { in Intersection() function
/llvm-project/flang/include/flang/Common/
H A Dinterval.h110 constexpr Interval Intersection(const Interval &that) const { in Intersection() function
/llvm-project/llvm/unittests/ADT/
H A DCoalescingBitVectorTest.cpp284 void simpleIntersection(UBitVec &Intersection, const UBitVec &LHS, in simpleIntersection()
291 TEST(CoalescingBitVectorTest, Intersection) { in TEST() argument
362 void simpleIntersectionWithComplement(UBitVec &Intersection, const UBitVec &LHS, in simpleIntersectionWithComplement()
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp133 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local
295 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local
/llvm-project/polly/lib/Transform/
H A DMatmulOptimizer.cpp1250 SmallDenseSet<int> Intersection = A; in intersect() local
1620 isl::set Intersection = DepDeltas.fix_si(isl::dim::set, i, 1); in containsOnlyTcDeps() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp289 std::size_t Intersection = 0; in applyDiceHeuristic() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp2064 std::vector<unsigned> Intersection; in computeRegUnitSets() local
2264 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp789 SmallVector<Metadata *, 4> Intersection; intersectAccessGroups() local
H A DDependenceAnalysis.cpp3758 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
4093 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h285 Intersection, global() enumerator
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h50 Intersection, global() enumerator
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1093 Bases.end(), std::back_inserter(Intersection)); in shouldSplit() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1228 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) propagateIRFlags() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1356 ConstantRange Intersection = DominatingCR.intersectWith(CR); foldICmpWithDominatingICmp() local