Searched refs:SpeculatableSelects (Results 1 – 2 of 2) sorted by relevance
99 SetVector<SelectInst *, SmallVector<SelectInst *, 2>> SpeculatableSelects; variable
3936 SpeculatableSelects.insert(SelectUser); in rewritePartition()4137 while (!SpeculatableSelects.empty()) in runOnAlloca()4138 speculateSelectInstLoads(*SpeculatableSelects.pop_back_val()); in runOnAlloca()