HomeSort by: relevance | last modified time | path
    Searched defs:getNumBlocks (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 73 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); }
143 uint32_t getNumBlocks() const { return ReadInterface.getNumBlocks(); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.h 85 unsigned getNumBlocks() const { return Blocks.size(); }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandMemCmp.cpp 133 unsigned getNumBlocks();
257 unsigned MemCmpExpansion::getNumBlocks() {
265 for (unsigned i = 0; i < getNumBlocks(); i++) {
572 for (unsigned I = 0; I < getNumBlocks(); ++I) {
624 if (getNumBlocks() != 1) {
651 return getNumBlocks() == 1 ? getMemCmpEqZeroOneBlock()
654 if (getNumBlocks() == 1)
657 for (unsigned I = 0; I < getNumBlocks(); ++I) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h 185 unsigned getNumBlocks() const {

Completed in 19 milliseconds