OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BBWorkList
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
SparsePropagation.cpp
93
BBWorkList
.push_back(BB); // Add the block to the work list!
296
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
201
SmallVector<BasicBlock*, 64>
BBWorkList
; // The BasicBlock work list
218
BBWorkList
.push_back(BB); // Add the block to the work list!
[
all
...]
Completed in 2532 milliseconds