Searched refs:SPTState (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ShrinkWrapping.cpp | 1896 std::pair<int, int> SPTState = in processInsertions() local 1898 I = processInsertionsList(I, &BB, List, SPTState.first, SPTState.second); in processInsertions() 1903 std::pair<int, int> SPTState = *PSPT.getStateAt(*BB.rbegin()); in processInsertions() local 1904 processInsertionsList(BB.end(), &BB, WRI->second, SPTState.first, in processInsertions() 1905 SPTState.second); in processInsertions()
|