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

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 79 SmallVector<BBInfo*, 100> BlockList;
80 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
83 if (BlockList.size() == 0) {
89 FindDominators(&BlockList, PseudoEntry);
90 FindPHIPlacement(&BlockList);
91 FindAvailableVals(&BlockList);
100 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
168 // If not a root, put it on the BlockList.
170 BlockList->push_back(Info);
217 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/emma/lib/
emma.jar 

Completed in 527 milliseconds