OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enqueuedBlocks
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Analysis/
LiveVariables.cpp
32
llvm::BitVector
enqueuedBlocks
;
36
:
enqueuedBlocks
(cfg.getNumBlockIDs()),
51
if (block && !
enqueuedBlocks
[block->getBlockID()]) {
52
enqueuedBlocks
[block->getBlockID()] = true;
92
enqueuedBlocks
[b->getBlockID()] = false;
UninitializedValues.cpp
209
llvm::BitVector
enqueuedBlocks
;
213
enqueuedBlocks
(cfg.getNumBlockIDs(), true) {
217
enqueuedBlocks
[(*PO_I)->getBlockID()] = false;
231
if (!Successor ||
enqueuedBlocks
[Successor->getBlockID()])
234
enqueuedBlocks
[Successor->getBlockID()] = true;
257
assert(
enqueuedBlocks
[B->getBlockID()] == true);
258
enqueuedBlocks
[B->getBlockID()] = false;
Completed in 41 milliseconds