Searched refs:NewSIsToUnfold (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 129 std::vector<SelectInstToUnfold> *NewSIsToUnfold, 152 std::vector<SelectInstToUnfold> NewSIsToUnfold; in unfoldSelectInstrs() local 154 unfold(&DTU, SIToUnfold, &NewSIsToUnfold, &NewBBs); in unfoldSelectInstrs() 157 for (const SelectInstToUnfold &NewSIToUnfold : NewSIsToUnfold) in unfoldSelectInstrs() 176 BranchInst **NewBranch, std::vector<SelectInstToUnfold> *NewSIsToUnfold, in createBasicBlockAndSinkSelectInst() argument 186 NewSIsToUnfold->push_back(SelectInstToUnfold(SIToSink, SIUse)); in createBasicBlockAndSinkSelectInst() 198 std::vector<SelectInstToUnfold> *NewSIsToUnfold, in unfold() argument 221 NewSIsToUnfold, NewBBs); in unfold() 226 &FalseBranch, NewSIsToUnfold, NewBBs); in unfold()
|