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

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 94 BBWorkList.push_back(BB); // Add the block to the work list!
297 while (!BBWorkList.empty() || !InstWorkList.empty()) {
315 while (!BBWorkList.empty()) {
316 BasicBlock *BB = BBWorkList.back();
317 BBWorkList.pop_back();
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 127 std::vector<BasicBlock*> BBWorkList; // The BasicBlock work list
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 202 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list
219 BBWorkList.push_back(BB); // Add the block to the work list!
    [all...]

Completed in 603 milliseconds