Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp135 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local
138 if (Intersection != RequestExtent) in readBytes()
142 AbsoluteDifference(CachedExtent.first, Intersection.first); in readBytes()
297 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local
298 assert(Intersection.first <= Intersection.second); in fixCacheAfterWrite()
300 uint32_t Length = Intersection.second - Intersection.first; in fixCacheAfterWrite()
302 AbsoluteDifference(WriteInterval.first, Intersection.first); in fixCacheAfterWrite()
304 AbsoluteDifference(CachedInterval.first, Intersection.first); in fixCacheAfterWrite()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h90 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo)); in updateSizeAndAAInfo()
91 SizeChanged |= Intersection != AAInfo; in updateSizeAndAAInfo()
92 AAInfo = Intersection; in updateSizeAndAAInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp686 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local
690 Intersection.push_back(MD1); in intersectAccessGroups()
696 Intersection.push_back(Item); in intersectAccessGroups()
700 if (Intersection.size() == 0) in intersectAccessGroups()
702 if (Intersection.size() == 1) in intersectAccessGroups()
703 return cast<MDNode>(Intersection.front()); in intersectAccessGroups()
706 return MDNode::get(Ctx, Intersection); in intersectAccessGroups()
H A DDependenceAnalysis.cpp3664 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
3665 Intersection &= Pair[SJ].GroupLoops; in depends()
3666 if (Intersection.any()) { in depends()
3999 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
4000 Intersection &= Pair[SJ].GroupLoops; in getSplitIteration()
4001 if (Intersection.any()) { in getSplitIteration()
H A DValueTracking.cpp6429 ConstantRange Intersection = DomCR.intersectWith(CR); in isImpliedCondMatchingImmOperands() local
6431 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1940 std::set<unsigned> Intersection; in computeRegUnitSets() local
1945 std::inserter(Intersection, Intersection.begin())); in computeRegUnitSets()
1946 if (Intersection.empty()) in computeRegUnitSets()
2150 CodeGenRegister::Vec Intersection; in inferCommonSubClass() local
2153 std::inserter(Intersection, Intersection.begin()), in inferCommonSubClass()
2157 if (Intersection.empty()) in inferCommonSubClass()
2165 getOrCreateSubClass(RC1, &Intersection, in inferCommonSubClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1088 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
1090 if (!Intersection) in propagateIRFlags()
1092 const unsigned Opcode = Intersection->getOpcode(); in propagateIRFlags()
1093 VecOp->copyIRFlags(Intersection); in propagateIRFlags()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d993 Open = 0, Negate, Difference, SymDifference, Intersection, Union, None enumerator
1030 return Operator.Intersection; in twinSymbolOperator()
1325 case Operator.Intersection: in parseCharsetImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1107 std::vector<Value *> Intersection; in shouldSplit() local
1109 Bases.end(), std::back_inserter(Intersection)); in shouldSplit()
1110 if (Intersection.empty()) { in shouldSplit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1486 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithDominatingICmp() local
1488 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1509 if (const APInt *EqC = Intersection.getSingleElement()) in foldICmpWithDominatingICmp()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d6254 Open = 0, Negate, Difference, SymDifference, Intersection, Union, None
6293 return Operator.Intersection;
6596 case Operator.Intersection:
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok2932 Keyword Conflicts and Intersection
H A Dfunstack.in22321 …title = "Covering Edges by Cliques with Regard to Keyword Conflicts and Intersection Graphs…
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod7453 =item * Intersection