Home
last modified time | relevance | path

Searched defs:Branches (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DBranchCloneCheck.cpp129 llvm::SmallVector<const Stmt *, 4> Branches; check() local
213 llvm::SmallVector<SwitchBranch, 4> Branches; check() local
[all...]
/llvm-project/llvm/docs/
H A DGitHub.rst18 Branches chapter
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DDirectiveTree.h
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp82 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
117 std::vector<llvm::coverage::CountedRegion> Branches = in renderBranchExecutionCounts() local
[all...]
H A DCoverageSummaryInfo.cpp20 sumBranches(size_t & NumBranches,size_t & CoveredBranches,const ArrayRef<CountedRegion> & Branches) sumBranches() argument
H A DCodeCoverage.cpp330 ArrayRef<CountedRegion> Branches) { in attachBranchSubViews() argument
379 auto Branches = FunctionCoverage.getBranches(); in createFunctionView() local
402 auto Branches = FileCoverage.getBranches(); in createSourceFileView() local
H A DCoverageExporterJson.cpp143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp114 unsigned Branches = 0; member
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DLoggerTest.cpp15 int Branches = 0; member
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp335 NextIDsBuilder(const ArrayRef<const CounterMappingRegion * > Branches) NextIDsBuilder() argument
362 ArrayRef<const CounterMappingRegion *> Branches; global() member in __anonbff5a1500311::MCDCRecordProcessor
393 MCDCRecordProcessor(const BitVector & Bitmap,const CounterMappingRegion & Region,ArrayRef<const CounterMappingRegion * > Branches,bool IsVersion11) MCDCRecordProcessor() argument
530 evaluateMCDCRegion(const CounterMappingRegion & Region,ArrayRef<const CounterMappingRegion * > Branches,bool IsVersion11) evaluateMCDCRegion() argument
[all...]
/llvm-project/bolt/include/bolt/Profile/
H A DDataReader.h82 int64_t Branches; member
/llvm-project/bolt/lib/Profile/
H A DDataAggregator.cpp883 SmallVector<std::pair<uint64_t, uint64_t>, 16> Branches; getFallthroughsInTrace() local
2334 const FuncBranchData &Branches = KV.second; writeBATYAML() local
[all...]
/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp527 SmallVector<BasicBlock *, 2> Branches({Sink, BB}); in connectBlocksToSink() local
/llvm-project/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp1080 static const std::array<mcdc::ConditionIDs, 6> Branches = {{ TEST() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1460 BasicBlock *Branches[2]; global() variable
[all...]