Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp86 InstWorkList.push_back(&Inst); in UpdateState()
297 while (!BBWorkList.empty() || !InstWorkList.empty()) { in Solve()
299 while (!InstWorkList.empty()) { in Solve()
300 Instruction *I = InstWorkList.back(); in Solve()
301 InstWorkList.pop_back(); in Solve()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp85 InstWorkList.push_back(&Inst); in UpdateState()
296 while (!BBWorkList.empty() || !InstWorkList.empty()) { in Solve()
298 while (!InstWorkList.empty()) { in Solve()
299 Instruction *I = InstWorkList.back(); in Solve()
300 InstWorkList.pop_back(); in Solve()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h125 std::vector<Instruction*> InstWorkList; // Worklist of insts to process. variable
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h123 std::vector<Instruction *> InstWorkList; // Worklist of insts to process. variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp199 SmallVector<Value*, 64> InstWorkList; member in __anon967d13930211::SCCPSolver
323 InstWorkList.push_back(V); in markConstant()
339 InstWorkList.push_back(V); in markForcedConstant()
1352 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1375 while (!InstWorkList.empty()) { in Solve()
1376 Value *I = InstWorkList.pop_back_val(); in Solve()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp239 SmallVector<Value *, 64> InstWorkList; member in __anonf4e4c9bf0111::SCCPSolver
405 InstWorkList.push_back(V); in pushToWorkList()
1225 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1247 while (!InstWorkList.empty()) { in Solve()
1248 Value *I = InstWorkList.pop_back_val(); in Solve()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp202 SmallVector<Value*, 64> InstWorkList; member in __anon8a523c670211::SCCPSolver
323 InstWorkList.push_back(V); in pushToWorkList()
1168 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1190 while (!InstWorkList.empty()) { in Solve()
1191 Value *I = InstWorkList.pop_back_val(); in Solve()