Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dchar-set.h65 constexpr SetOfChars Intersection(SetOfChars that) const { in Intersection() function
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dinterval.h110 constexpr Interval Intersection(const Interval &that) const { in Intersection() function
/llvm-project-15.0.7/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-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp134 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local
296 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp290 std::size_t Intersection = 0; in applyDiceHeuristic() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1995 std::set<unsigned> Intersection; in computeRegUnitSets() local
2206 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h259 Intersection, enumerator
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h66 Intersection, enumerator
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp816 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local
H A DDependenceAnalysis.cpp3695 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
4030 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
H A DValueTracking.cpp6674 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondMatchingImmOperands() local
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1084 std::vector<Value *> Intersection; in shouldSplit() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1098 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1505 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithDominatingICmp() local