Searched defs:FalseCount (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp208 Counter FalseCount = Minimizer.adjust(I->FalseCount); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp706 uint64_t FalseCount = setCount(ParentCount - TrueCount); local
H A DCoverageMappingGen.cpp99 Optional<Counter> FalseCount; member in class:__anon552::SourceMappingRegion
117 SourceMappingRegion(Counter Count, Optional<Counter> FalseCount, argument
[all...]
H A DCodeGenFunction.cpp1721 uint64_t FalseCount = getCurrentProfileCount() - TrueCount; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h236 Counter FalseCount; member in struct:llvm::coverage::CounterMappingRegion
249 CounterMappingRegion(Counter Count, Counter FalseCount, unsigned FileID, argument
288 makeBranchRegion(Counter Count, Counter FalseCount, unsigned FileID, argument
365 pushRegion(CounterMappingRegion Region, uint64_t Count, uint64_t FalseCount) argument
[all...]

Completed in 118 milliseconds