Searched refs:NewSIsToUnfold (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 135 std::vector<SelectInstToUnfold> *NewSIsToUnfold, 159 std::vector<SelectInstToUnfold> NewSIsToUnfold; in unfoldSelectInstrs() local 161 unfold(&DTU, LI, SIToUnfold, &NewSIsToUnfold, &NewBBs); in unfoldSelectInstrs() 164 for (const SelectInstToUnfold &NewSIToUnfold : NewSIsToUnfold) in unfoldSelectInstrs() 184 BranchInst **NewBranch, std::vector<SelectInstToUnfold> *NewSIsToUnfold, in createBasicBlockAndSinkSelectInst() argument 194 NewSIsToUnfold->push_back(SelectInstToUnfold(SIToSink, SIUse)); in createBasicBlockAndSinkSelectInst() 206 std::vector<SelectInstToUnfold> *NewSIsToUnfold, in unfold() argument 229 NewSIsToUnfold, NewBBs); in unfold() 234 &FalseBranch, NewSIsToUnfold, NewBBs); in unfold()
|