/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 135 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 D | AliasSetTracker.h | 90 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 D | VectorUtils.cpp | 686 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 D | DependenceAnalysis.cpp | 3664 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 D | ValueTracking.cpp | 6429 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 D | CodeGenRegisters.cpp | 1940 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 D | LoopUtils.cpp | 1088 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 D | parser.d | 993 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 D | ControlHeightReduction.cpp | 1107 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 D | InstCombineCompares.cpp | 1486 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 D | package.d | 6254 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 D | funstack.ok | 2932 Keyword Conflicts and Intersection
|
H A D | funstack.in | 22321 …title = "Covering Edges by Cliques with Regard to Keyword Conflicts and Intersection Graphs…
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 7453 =item * Intersection
|