Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp143 const SmallVector<SelectInstToUnfold, 4> &SelectInsts) { in unfoldSelectInstrs() argument
146 for (SelectInstToUnfold SIToUnfold : SelectInsts) in unfoldSelectInstrs()
396 return SelectInsts; in getSelectInsts()
407 SelectInsts.clear(); in isCandidate()
432 SelectInsts.push_back(SelectInstToUnfold(SelI, SelIUse)); in isCandidate()
481 for (SelectInstToUnfold SIToUnfold : SelectInsts) { in isValidSelectInst()
492 SmallVector<SelectInstToUnfold, 4> SelectInsts; member