Searched defs:SmallSet (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h134 class SmallSet { class in namespace:llvm
249 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {}; class in namespace:llvm
260 bool operator==(const SmallSet< argument
272 operator !=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1494 findTargetRecurrence( unsigned Reg, const SmallSet<unsigned, 2> &TargetRegs, RecurrenceCycle &RC) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1035 collectWaterfallOperands( SmallSet<Register, 4> &SGPROperandRegs, MachineInstr &MI, MachineRegisterInfo &MRI, ArrayRef<unsigned> OpIndices) const argument

Completed in 80 milliseconds