Searched defs:SelectInstToUnfold (Results 1 – 1 of 1) sorted by relevance
121 class SelectInstToUnfold { class126 SelectInstToUnfold(SelectInst *SI, PHINode *SIUse) : SI(SI), SIUse(SIUse) {} in SelectInstToUnfold() function in __anonfb50cc300111::SelectInstToUnfold150 const SmallVector<SelectInstToUnfold, 4> &SelectInsts) { in unfoldSelectInstrs()