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

  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 68 /// eraseBlock - Inform the analysis cache that we have erased a block.
69 void eraseBlock(BasicBlock *BB);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 400 /// eraseBlock - This is part of the update interface to inform the cache
402 void eraseBlock(BasicBlock *BB);
434 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) {
    [all...]
  /external/kernel-headers/original/linux/mtd/
nand.h 316 * @phys_erase_shift: [INTERN] number of address bits in a physical eraseblock
320 * @oobbuf: [INTERN] oob buffer for one eraseblock
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 174 LVI->eraseBlock(BB);
199 LVI->eraseBlock(BB);
650 LVI->eraseBlock(SinglePred);
    [all...]

Completed in 68 milliseconds