HomeSort by relevance Sort by last modified time
    Searched full:blockset (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 137 typedef MapVector<Block *, BlockSet> BlockBlockSetMap;
211 BlockSet Live;
237 BlockSet Splits;
238 BlockSet Removed;
309 void GetBlocksOut(Block *Source, BlockSet &Entries,
310 BlockSet *LimitTo = nullptr) {
318 BlockSet &From) {
342 Shape *MakeSimple(BlockSet &Blocks, Block *Inner, BlockSet &NextEntries) {
351 BlockSet JustInner
    [all...]
Relooper.h 71 typedef SetVector<Block *> BlockSet;
86 BlockSet BranchesIn;
88 BlockSet ProcessedBranchesIn;
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 53 private final int[] blockSet;
108 blockSet = Bits.makeBitSet(sz);
277 next = Bits.findFirst(blockSet, at + 1);
337 Bits.set(blockSet, 0);
359 Bits.set(blockSet, start);
360 Bits.set(blockSet, end);
381 Bits.set(blockSet, offset);
412 Bits.set(blockSet, offset + length);
  /system/core/logwrapper/
logwrap.c 492 sigset_t blockset; local
525 sigemptyset(&blockset);
526 sigaddset(&blockset, SIGINT);
527 sigaddset(&blockset, SIGQUIT);
528 pthread_sigmask(SIG_BLOCK, &blockset, &oldset);
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 77 typedef SmallPtrSet<const MachineBasicBlock*, 8> BlockSet;
80 BlockSet FunctionBlocks;
123 BlockSet Preds, Succs;
    [all...]

Completed in 100 milliseconds