Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp240 SmallVector<Value *, 64> InstWorkList; member in __anon86856d210111::SCCPSolver
426 InstWorkList.push_back(V); in pushToWorkList()
1329 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1349 while (!InstWorkList.empty()) { in Solve()
1350 Value *I = InstWorkList.pop_back_val(); in Solve()