Searched defs:ValueSet (Results 1 – 5 of 5) sorted by relevance
86 using ValueSet = SetVector<Value *>; variable
322 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local
1783 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
180 static bool ValueSet(bit_value_t V) { in ValueSet() function
590 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP