Home
last modified time | relevance | path

Searched defs:BlockCount (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp41 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
DCallEvent.cpp156 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount, in invalidateRegions()
DExprEngine.cpp1425 unsigned int BlockCount = nodeBuilder.getContext().blockCount(); in processCFGBlockEntrance() local
/external/llvm/unittests/Analysis/
DLoopPassManagerTest.cpp33 int BlockCount; member
/external/llvm/lib/IR/
DGCOV.cpp157 uint32_t BlockCount; in readGCNO() local
613 uint64_t BlockCount = Block->getCount(); in print() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp117 uint32_t BlockCount = Buff.readInt(); in read() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp540 APInt BlockCount(128, EntryCount.getValue()); in getBlockProfileCount() local
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp332 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp308 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); in VisitLabelStmt() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h631 unsigned BlockCount; variable