Searched refs:SelectInstToUnfold (Results 1 – 1 of 1) sorted by relevance
118 class SelectInstToUnfold { class131 void unfold(DomTreeUpdater *DTU, SelectInstToUnfold SIToUnfold,132 std::vector<SelectInstToUnfold> *NewSIsToUnfold,148 SmallVector<SelectInstToUnfold, 4> Stack; in unfoldSelectInstrs()149 for (SelectInstToUnfold SIToUnfold : SelectInsts) in unfoldSelectInstrs()153 SelectInstToUnfold SIToUnfold = Stack.pop_back_val(); in unfoldSelectInstrs()155 std::vector<SelectInstToUnfold> NewSIsToUnfold; in unfoldSelectInstrs()244 std::vector<SelectInstToUnfold> *NewSIsToUnfold, in unfold()436 const SmallVector<SelectInstToUnfold, 4> getSelectInsts() { in getSelectInsts()521 for (SelectInstToUnfold SIToUnfold : SelectInsts) { in isValidSelectInst()[all …]