Searched defs:BlockList (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h81 SmallVector<BBInfo*, 100> BlockList; local
82 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
85 if (BlockList.size() == 0) {
91 FindDominators(&BlockList, PseudoEntry);
92 FindPHIPlacement(&BlockList);
93 FindAvailableVals(&BlockList);
102 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { argument
170 // If not a root, put it on the BlockList.
172 BlockList->push_back(Info);
219 /// corresponding to the basic blocks on the BlockList
228 FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) argument
282 FindPHIPlacement(BlockListTy *BlockList) argument
319 FindAvailableVals(BlockListTy *BlockList) argument
378 FindExistingPHI(BlkT *BB, BlockListTy *BlockList) argument
444 RecordMatchingPHIs(BlockListTy *BlockList) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.h129 typedef std::list<ConfigFileBlock> BlockList; typedef in class:chromeos::imageburner::ConfigFile
130 BlockList config_struct_;
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc738 struct BlockList { struct in namespace:v8::internal::compiler
740 BlockList* next;
742 BlockList* Add(Zone* zone, BasicBlock* b) {
743 BlockList* list = static_cast<BlockList*>(zone->New(sizeof(BlockList)));
750 for (BlockList* l = this; l != NULL; l = l->next) {
762 BlockList* end;
763 BlockList* start;
881 BlockList*
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java946 final BlockList blocks = new BlockList (blockCount);
1397 private static final class BlockList class in class:InstrVisitor
1399 BlockList () method in class:InstrVisitor.BlockList
1404 BlockList (final int capacity) method in class:InstrVisitor.BlockList
1465 EmitCtx (final BlockList blocks, final ByteArrayOStream out)
1473 final BlockList m_blocks;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 3625 milliseconds