Home
last modified time | relevance | path

Searched defs:BlockCount (Results 1 – 16 of 16) 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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp163 uint32_t BlockCount; in readGCNO() local
635 uint64_t BlockCount = Block->getCount(); in print() local
/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/v8/src/objects/
Ddebug-objects.cc336 int CoverageInfo::BlockCount(int slot_index) const { in BlockCount() function in v8::internal::CoverageInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp345 unsigned BlockCount = 0; in findPotentialBlockers() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp540 APInt BlockCount(128, EntryCount.getValue()); in getBlockProfileCount() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp572 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq() local
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp332 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp354 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
/external/v8/src/
Dapi.cc9877 size_t debug::Coverage::FunctionData::BlockCount() const { in BlockCount() function in v8::debug::Coverage::FunctionData