Searched refs:BlockList (Results 1 - 5 of 5) 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/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp138 typedef std::list<Block *> BlockList; typedef
214 BlockList ToInvestigate;
425 BlockList ToInvalidate;
462 BlockList Queue;
508 BlockList ToInvalidate;
/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 269 milliseconds