Searched refs:Intersection (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1596 std::set<unsigned> Intersection; local
1601 std::inserter(Intersection, Intersection.begin()));
1602 if (Intersection.empty())
1762 CodeGenRegister::Set Intersection; local
1765 std::inserter(Intersection, Intersection.begin()),
1769 if (Intersection.empty())
1779 getOrCreateSubClass(RC1, &Intersection,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3442 SmallBitVector Intersection = Pair[SI].GroupLoops; local
3443 Intersection &= Pair[SJ].GroupLoops;
3444 if (Intersection.any()) {
3801 SmallBitVector Intersection = Pair[SI].GroupLoops; local
3802 Intersection &= Pair[SJ].GroupLoops;
3803 if (Intersection.any()) {

Completed in 64 milliseconds