Searched refs:Set2 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SparseMultiSetTest.cpp | 195 USet Set2; in TEST() local 196 Set2.setUniverse(11); in TEST() 197 Set2.insert(3); in TEST() 198 EXPECT_TRUE(!Set2.contains(0)); in TEST() 201 EXPECT_EQ(Set2.getHead(3), Set2.getTail(3)); in TEST() 202 EXPECT_EQ(Set2.getHead(0), Set2.getTail(0)); in TEST() 203 B = Set2.find(3); in TEST() 204 EXPECT_EQ(Set2.find(3), --(++B)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 999 MachineInstr &Set2 = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectFCmp() local 1007 constrainSelectedInstRegOperands(Set2, TII, TRI, RBI); in selectFCmp()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1808 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect() argument 1812 if (Set2.count(SU) != 0) in isIntersect()
|