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

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asremove.c 563 UINT32 BlockCount = 0;
611 BlockCount++;
621 if (BlockCount)
624 AsPrint ("Code blocks deleted", BlockCount, Filename);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 258 const uint64_t BlockCount = Size / BlockBytes;
262 DAG.getIntPtrConstant(BlockCount, dl), BlockType);
X86AvoidStoreForwardingBlocks.cpp 341 unsigned BlockCount = 0;
348 BlockCount++;
349 if (BlockCount >= InspectionLimit)
360 if (BlockCount < InspectionLimit) {
362 int LimitLeft = InspectionLimit - BlockCount;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 183 unsigned BlockCount, unsigned Index);
305 const unsigned BlockCount;
311 const Stmt *S, const CFGBlock *Block, unsigned BlockCount,
314 Block(Block), BlockCount(BlockCount), Index(Index) {}
333 const CFGBlock *Block, unsigned BlockCount,
337 ID.AddInteger(BlockCount);
396 /// \param BlockCount The current count of entering into \p Blk.
402 unsigned BlockCount, unsigned Index);
473 unsigned BlockCount, unsigned Index)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 466 uint64_t BlockCount = setCount(PGO.getRegionCount(S));
467 CountMap[S] = BlockCount;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 668 unsigned BlockCount;
675 BlockCount(count) {
1472 unsigned blockCount);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 408 currBldrCtx->blockCount(), LC, true,
425 currBldrCtx->blockCount());
435 currBldrCtx->blockCount());
876 currBldrCtx->blockCount());
1494 currBldrCtx->blockCount());
1985 unsigned int BlockCount = nodeBuilder.getContext().blockCount();
1986 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 &&
1995 getWidenedLoopState(Pred->getState(), LCtx, BlockCount, Term);
2001 if (BlockCount >= AMgr.options.maxBlockVisitOnPath)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1100 uint64_t BlockCount;
1115 BlockCount(0) {}
1134 uint64_t getBlockCount() const { return BlockCount; }
1135 void addBlockCount(uint64_t C) { BlockCount += C; }
1136 void setBlockCount(uint64_t C) { BlockCount = C; }

Completed in 26 milliseconds