Home
last modified time | relevance | path

Searched refs:Set1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp995 MachineInstr &Set1 = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectFCmp() local
1004 constrainSelectedInstRegOperands(Set1, TII, TRI, RBI); in selectFCmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1818 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect() argument
1821 for (unsigned i = 0, e = Set1.size(); i != e; ++i) { in isIntersect()
1822 SUnit *SU = Set1[i]; in isIntersect()