Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp155 const SmallVector<SelectInstToUnfold, 4> &SelectInsts) { in unfoldSelectInstrs() argument
157 SmallVector<SelectInstToUnfold, 4> Stack(SelectInsts); in unfoldSelectInstrs()
440 return SelectInsts; in getSelectInsts()
451 SelectInsts.clear(); in isCandidate()
483 SelectInsts.push_back(SelectInstToUnfold(SelI, SelIUse)); in isCandidate()
543 for (SelectInstToUnfold SIToUnfold : SelectInsts) { in isValidSelectInst()
555 SmallVector<SelectInstToUnfold, 4> SelectInsts; member