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

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 125 std::vector<Instruction*> InstWorkList; // Worklist of insts to process.
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 199 SmallVector<Value*, 64> InstWorkList;
314 InstWorkList.push_back(V);
330 InstWorkList.push_back(V);
    [all...]

Completed in 58 milliseconds