Searched defs:ValueSet (Results 1 – 6 of 6) sorted by relevance
166 pub struct ValueSet<'a> { struct187 /// `record` method on the provided [`ValueSet`] or [`Event`]. This visitor argument976 impl<'a> ValueSet<'a> { implementation1037 impl<'a> fmt::Debug for ValueSet<'a> { implementation1052 impl<'a> fmt::Display for ValueSet<'a> { implementation
86 using ValueSet = SetVector<Value *>; variable
264 SmallPtrSetImpl<Value *> &ValueSet = Iter->second; in eraseValue() local329 SmallPtrSetImpl<Value *> &ValueSet = OI->second; in threadEdgeImpl() local
1793 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
105 SmallSetVector<const Value *, 16> *ValueSet = nullptr) { in deleteDeadInstruction()
533 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP