Searched refs:Set1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1317 template <class S1Ty, class S2Ty> static bool isSubset(S1Ty &Set1, S2Ty &Set2) { in isSubset() argument 1318 for (typename S1Ty::iterator I = Set1.begin(), E = Set1.end(); I != E; ++I) in isSubset() 1539 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect() argument 1542 for (unsigned i = 0, e = Set1.size(); i != e; ++i) { in isIntersect() 1543 SUnit *SU = Set1[i]; in isIntersect()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1034 MachineInstr &Set1 = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectFCmp() local 1043 constrainSelectedInstRegOperands(Set1, TII, TRI, RBI); in selectFCmp()
|