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.cpp150 const SmallVector<SelectInstToUnfold, 4> &SelectInsts) { in unfoldSelectInstrs() argument
153 for (SelectInstToUnfold SIToUnfold : SelectInsts) in unfoldSelectInstrs()
411 return SelectInsts; in getSelectInsts()
422 SelectInsts.clear(); in isCandidate()
454 SelectInsts.push_back(SelectInstToUnfold(SelI, SelIUse)); in isCandidate()
516 for (SelectInstToUnfold SIToUnfold : SelectInsts) { in isValidSelectInst()
528 SmallVector<SelectInstToUnfold, 4> SelectInsts; member