Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp1896 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()