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/llvm/lib/Target/WebAssembly/
Relooper.cpp 138 typedef std::list<Block *> BlockList;
214 BlockList ToInvestigate;
425 BlockList ToInvalidate;
462 BlockList Queue;
508 BlockList ToInvalidate;
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /bionic/libc/kernel/tools/
cpp.py 270 """Parse a list of text lines into a BlockList object."""
278 """Parse a file into a BlockList object."""
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 117 milliseconds