HomeSort by relevance Sort by last modified time
    Searched refs:InstWorkList (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 85 InstWorkList.push_back(&Inst);
296 while (!BBWorkList.empty() || !InstWorkList.empty()) {
298 while (!InstWorkList.empty()) {
299 Instruction *I = InstWorkList.back();
300 InstWorkList.pop_back();
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 125 std::vector<Instruction*> InstWorkList; // Worklist of insts to process.
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 198 SmallVector<Value*, 64> InstWorkList;
312 InstWorkList.push_back(V);
328 InstWorkList.push_back(V);
    [all...]

Completed in 439 milliseconds