/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 82 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local 94 append_range(Branches, NestedExBranches); in collectNestedBranches() 101 Branches.push_back(B); in collectNestedBranches() 105 return Branches; in collectNestedBranches() 117 std::vector<llvm::coverage::CountedRegion> Branches = in renderBranchExecutionCounts() local 125 append_range(Branches, ExBranches); in renderBranchExecutionCounts() 129 llvm::sort(Branches, sortLine); in renderBranchExecutionCounts() 131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() 132 auto EndBranch = Branches.end(); in renderBranchExecutionCounts()
|
H A D | CoverageSummaryInfo.cpp | 20 const ArrayRef<CountedRegion> &Branches) { in sumBranches() argument 21 for (const auto &BR : Branches) { in sumBranches() 26 // "True" Condition Branches. in sumBranches() 30 // "False" Condition Branches. in sumBranches()
|
H A D | CoverageExporterJson.cpp | 143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local 150 append_range(Branches, NestedExBranches); in collectNestedBranches() 156 Branches.push_back(B); in collectNestedBranches() 159 return Branches; in collectNestedBranches()
|
H A D | CodeCoverage.cpp | 104 ArrayRef<CountedRegion> Branches); 330 ArrayRef<CountedRegion> Branches) { in attachBranchSubViews() argument 334 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() 335 const auto *EndBranch = Branches.end(); in attachBranchSubViews() 379 auto Branches = FunctionCoverage.getBranches(); in createFunctionView() local 386 attachBranchSubViews(*View, Branches); in createFunctionView() 402 auto Branches = FileCoverage.getBranches(); in createSourceFileView() local 408 attachBranchSubViews(*View, Branches); in createSourceFileView()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 264 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches; 423 bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); } 439 if (ExtInfo.Branches.insert(Block).second) 474 return getExtInfo().Branches.insert(Block).second; 480 return (ExtInfo->BranchAfters.size() != ExtInfo->Branches.size());
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 335 NextIDsBuilder(const ArrayRef<const CounterMappingRegion *> Branches) in NextIDsBuilder() argument 336 : NextIDs(Branches.size()) { in NextIDsBuilder() 340 for (const auto *Branch : Branches) { in NextIDsBuilder() 345 assert(SeenIDs.size() == Branches.size()); in NextIDsBuilder() 362 ArrayRef<const CounterMappingRegion *> Branches; member in __anondf0c3b9d0311::MCDCRecordProcessor 393 ArrayRef<const CounterMappingRegion *> Branches, in MCDCRecordProcessor() argument 395 : NextIDsBuilder(Branches), TVIdxBuilder(this->NextIDs), Bitmap(Bitmap), in MCDCRecordProcessor() 397 Branches(Branches), NumConditions(DecisionParams.NumConditions), in MCDCRecordProcessor() 505 for (const auto *B : Branches) { in processMCDCRecord() 530 ArrayRef<const CounterMappingRegion *> Branches, bool IsVersion11) { in evaluateMCDCRegion() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCBranchFinalize.cpp | 146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local 164 Branches.push_back(&MI); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1420 Branches[0] = T; in Branch() 1421 Branches[1] = E; in Branch() 1426 Branches[0] = T; in Branch() 1427 Branches[1] = E; in Branch() 1435 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() 1436 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() 1438 const BasicBlock *elseBlock() const { return Branches[1]; } in elseBlock() 1439 BasicBlock *elseBlock() { return Branches[1]; } in elseBlock() 1442 ArrayRef<BasicBlock *> successors() { return llvm::ArrayRef(Branches); } in successors() 1447 BasicBlock *Ntb = Vs.reduceBasicBlockRef(Branches[0]); in traverse() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 527 SmallVector<BasicBlock *, 2> Branches({Sink, BB}); in connectBlocksToSink() local 532 BranchInst::Create(Branches[coin], Branches[1 - coin], Cond, BB); in connectBlocksToSink()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedCyclone.td | 281 // 7.8.13. Branches 284 // Branches take a single micro-op.
|
H A D | AArch64Features.td | 320 "Enable Armv8.8-A Hinted Conditional Branches Extension">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSchedule.td | 96 // Branches.
|
H A D | ARMScheduleM7.td | 98 // Branches.
|
H A D | ARMFeatures.td | 733 /// Harden against Straight Line Speculation for Returns and Indirect Branches.
|
H A D | ARMScheduleR52.td | 78 // Branches - LR written in Late EX2
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 151 // Branches
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrControl.td | 72 // Conditional Branches.
|
H A D | X86ScheduleAtom.td | 188 // Branches don't produce values, so they have no latency, but they still
|
H A D | X86Schedule.td | 214 // Branches don't produce values, so they have no latency, but they still
|
H A D | X86ScheduleBtVer2.td | 296 // Branches don't produce values, so they have no latency, but they still
|
H A D | X86ScheduleBdVer2.td | 290 // Branches don't produce values, so they have no latency, but they still
|
H A D | X86SchedBroadwell.td | 175 // Branches don't produce values, so they have no latency, but they still
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 680 ArrayRef<const CounterMappingRegion *> Branches,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.td | 1434 /// Branches and jumps 2234 // Branches implemented with alias.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Instructions.td | 1592 // Custom Inserter for Branches and returns, this eventually will be a
|