HomeSort by relevance Sort by last modified time
    Searched refs:BlockList (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 81 SmallVector<BBInfo*, 100> BlockList;
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) {
170 // If not a root, put it on the BlockList.
172 BlockList->push_back(Info);
219 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/chromium_org/v8/src/compiler/
scheduler.cc 738 struct BlockList {
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* l = loop->start
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 129 typedef std::list<ConfigFileBlock> BlockList;
130 BlockList config_struct_;
burn_manager.cc 114 for (BlockList::const_iterator block_it = config_struct_.begin();
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 517 milliseconds