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
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
124
std::vector<BasicBlock *>
BBWorkList
; // The BasicBlock work list
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
203
SmallVector<BasicBlock*, 64>
BBWorkList
; // The BasicBlock work list
221
BBWorkList
.push_back(BB); // Add the block to the work list!
[
all
...]
Completed in 60 milliseconds