Searched refs:SelectInstToUnfold (Results 1 – 1 of 1) sorted by relevance
115 class SelectInstToUnfold { class128 void unfold(DomTreeUpdater *DTU, SelectInstToUnfold SIToUnfold,129 std::vector<SelectInstToUnfold> *NewSIsToUnfold,145 SmallVector<SelectInstToUnfold, 4> Stack; in unfoldSelectInstrs()146 for (SelectInstToUnfold SIToUnfold : SelectInsts) in unfoldSelectInstrs()150 SelectInstToUnfold SIToUnfold = Stack.pop_back_val(); in unfoldSelectInstrs()152 std::vector<SelectInstToUnfold> NewSIsToUnfold; in unfoldSelectInstrs()198 std::vector<SelectInstToUnfold> *NewSIsToUnfold, in unfold()395 const SmallVector<SelectInstToUnfold, 4> getSelectInsts() { in getSelectInsts()481 for (SelectInstToUnfold SIToUnfold : SelectInsts) { in isValidSelectInst()[all …]