Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp146 const SmallVector<SelectInstToUnfold, 4> &SelectInsts) { in unfoldSelectInstrs() argument
149 for (SelectInstToUnfold SIToUnfold : SelectInsts) in unfoldSelectInstrs()
437 return SelectInsts; in getSelectInsts()
448 SelectInsts.clear(); in isCandidate()
473 SelectInsts.push_back(SelectInstToUnfold(SelI, SelIUse)); in isCandidate()
521 for (SelectInstToUnfold SIToUnfold : SelectInsts) { in isValidSelectInst()
532 SmallVector<SelectInstToUnfold, 4> SelectInsts; member