Home
last modified time | relevance | path

Searched refs:SelectInstToUnfold (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp115 class SelectInstToUnfold { class
128 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 …]