OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enqueuedblocks
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Analysis/
UninitializedValues.cpp
210
llvm::BitVector
enqueuedBlocks
;
214
enqueuedBlocks
(cfg.getNumBlockIDs(), true) {
218
enqueuedBlocks
[(*PO_I)->getBlockID()] = false;
232
if (!Successor ||
enqueuedBlocks
[Successor->getBlockID()])
235
enqueuedBlocks
[Successor->getBlockID()] = true;
257
assert(
enqueuedBlocks
[B->getBlockID()] == true);
258
enqueuedBlocks
[B->getBlockID()] = false;
LiveVariables.cpp
32
llvm::BitVector
enqueuedBlocks
;
36
:
enqueuedBlocks
(cfg.getNumBlockIDs()),
50
if (block && !
enqueuedBlocks
[block->getBlockID()]) {
51
enqueuedBlocks
[block->getBlockID()] = true;
77
enqueuedBlocks
[b->getBlockID()] = false;
Completed in 191 milliseconds