Home
last modified time | relevance | path

Searched refs:eraseBlock (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLazyValueInfo.h67 void eraseBlock(BasicBlock *BB);
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h99 void eraseBlock(BasicBlock *BB);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp437 void eraseBlock(BasicBlock *BB);
468 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) { in eraseBlock() function in LazyValueInfoCache
1126 void LazyValueInfo::eraseBlock(BasicBlock *BB) { in eraseBlock() function in LazyValueInfo
1127 if (PImpl) getCache(PImpl).eraseBlock(BB); in eraseBlock()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp520 void eraseBlock(BasicBlock *BB);
552 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) { in eraseBlock() function in LazyValueInfoCache
1711 void LazyValueInfo::eraseBlock(BasicBlock *BB) { in eraseBlock() function in LazyValueInfo
1714 getCache(PImpl, AC, &DL, DT).eraseBlock(BB); in eraseBlock()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp169 LVI->eraseBlock(BB); in runOnFunction()
194 LVI->eraseBlock(BB); in runOnFunction()
645 LVI->eraseBlock(SinglePred); in ProcessBlock()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp211 LVI->eraseBlock(BB); in runImpl()
239 LVI->eraseBlock(BB); in runImpl()
722 LVI->eraseBlock(SinglePred); in ProcessBlock()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1571 LVI->eraseBlock(&*BB); in removeUnreachableBlocks()