Home
last modified time | relevance | path

Searched refs:Branches (Results 1 – 25 of 97) sorted by relevance

1234

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBranchCloneCheck.cpp94 llvm::SmallVector<const Stmt *, 4> Branches; in check() local
98 Branches.push_back(Cur->getThen()); in check()
109 Branches.push_back(Else); in check()
114 size_t N = Branches.size(); in check()
126 !areStatementsIdentical(Branches[i]->IgnoreContainers(), in check()
127 Branches[j]->IgnoreContainers(), Context)) in check()
135 diag(Branches[i]->getBeginLoc(), in check()
138 Lexer::getLocForEndOfToken(Branches[i]->getEndLoc(), 0, in check()
145 diag(Branches[j]->getBeginLoc(), "clone %0 starts here", in check()
177 llvm::SmallVector<SwitchBranch, 4> Branches; in check() local
[all …]
/external/llvm-project/llvm/test/MC/Hexagon/PacketRules/
Dendloop_branches.s5 # CHECK: 4:1: error: Branches cannot be in a packet with hardware loops
9 # CHECK: 8:1: error: Branches cannot be in a packet with hardware loops
13 # CHECK: 12:1: error: Branches cannot be in a packet with hardware loops
17 # CHECK: 16:1: error: Branches cannot be in a packet with hardware loops
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp53 ++Info.Branches; in TraverseStmt()
115 unsigned Branches = 0; member
178 FI.Branches > BranchThreshold || in check()
199 if (FI.Branches > BranchThreshold) { in check()
201 << FI.Branches << BranchThreshold; in check()
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_-b_-f.output33 Branches executed:100.00% of 4
39 Branches executed:100.00% of 11
55 Branches executed:100.00% of 15
Dtest_-b.output3 Branches executed:100.00% of 15
/external/webrtc/third_party/abseil-cpp/
DLTS.md1 # Long Term Support (LTS) Branches
9 ## LTS Branches
/external/abseil-cpp/
DLTS.md1 # Long Term Support (LTS) Branches
9 ## LTS Branches
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DLTS.md1 # Long Term Support (LTS) Branches
9 ## LTS Branches
/external/openscreen/third_party/abseil/src/
DLTS.md1 # Long Term Support (LTS) Branches
9 ## LTS Branches
/external/libtextclassifier/abseil-cpp/
DLTS.md1 # Long Term Support (LTS) Branches
9 ## LTS Branches
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c52 struct branch_info * Branches; member
64 s->Branches, s->BranchCount, s->BranchReserved, 1); in handle_if()
68 branch = &s->Branches[s->BranchCount++]; in handle_if()
99 branch = &s->Branches[s->BranchCount - 1]; in handle_else()
210 branch = &s->Branches[s->BranchCount - 1]; in handle_endif()
Dr500_fragprog_emit.c80 struct branch_info * Branches; member
547 s->Branches, s->CurrentBranchDepth, s->BranchesReserved, 1); in emit_flowcontrol()
549 branch = &s->Branches[s->CurrentBranchDepth++]; in emit_flowcontrol()
566 branch = &s->Branches[s->CurrentBranchDepth - 1]; in emit_flowcontrol()
578 branch = &s->Branches[s->CurrentBranchDepth - 1]; in emit_flowcontrol()
/external/llvm/lib/IR/
DGCOV.cpp732 ++Coverage.Branches; in printBranchInfo()
741 ++FuncCoverage.Branches; in printBranchInfo()
765 if (Coverage.Branches) { in printCoverage()
767 double(Coverage.BranchesExec) * 100 / Coverage.Branches, in printCoverage()
768 Coverage.Branches); in printCoverage()
770 double(Coverage.BranchesTaken) * 100 / Coverage.Branches, in printCoverage()
771 Coverage.Branches); in printCoverage()
/external/clang/lib/CodeGen/
DCGCleanup.h254 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches; member
360 bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); } in hasBranches()
376 if (ExtInfo.Branches.insert(Block).second) in addBranchAfter()
411 return getExtInfo().Branches.insert(Block).second; in addBranchThrough()
417 return (ExtInfo->BranchAfters.size() != ExtInfo->Branches.size()); in hasBranchThroughs()
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.h253 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches; member
359 bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); } in hasBranches()
375 if (ExtInfo.Branches.insert(Block).second) in addBranchAfter()
410 return getExtInfo().Branches.insert(Block).second; in addBranchThrough()
416 return (ExtInfo->BranchAfters.size() != ExtInfo->Branches.size()); in hasBranchThroughs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp872 ++Coverage.Branches; in printBranchInfo()
881 ++FuncCoverage.Branches; in printBranchInfo()
905 if (Coverage.Branches) { in printCoverage()
907 double(Coverage.BranchesExec) * 100 / Coverage.Branches, in printCoverage()
908 Coverage.Branches); in printCoverage()
910 double(Coverage.BranchesTaken) * 100 / Coverage.Branches, in printCoverage()
911 Coverage.Branches); in printCoverage()
/external/llvm-project/llvm/lib/Target/ARC/
DARCBranchFinalize.cpp146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
164 Branches.push_back(&MI); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCBranchFinalize.cpp146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
164 Branches.push_back(&MI); in runOnMachineFunction()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp274 unsigned Branches = 0, Returns = 0, NewIndirectBranches = 0, in checkBranches() local
286 ++Branches; in checkBranches()
306 if (Branches) // FIXME: should "Defs.count(Hexagon::PC)" be here too? in checkBranches()
314 if (Branches > 1) in checkBranches()
/external/llvm-project/llvm/test/MC/Mips/mips64r6/
Dvalid.s3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
/external/llvm-project/llvm/test/MC/Mips/mips32r6/
Dvalid.s3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
/external/llvm/test/MC/Mips/mips32r6/
Dvalid.s3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
/external/llvm/test/MC/Mips/mips64r6/
Dvalid.s3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
/external/llvm/include/llvm/Target/
DGenericOpcodes.td35 // Branches.
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1411 Branches[0] = T; in Branch()
1412 Branches[1] = E; in Branch()
1417 Branches[0] = T; in Branch()
1418 Branches[1] = E; in Branch()
1426 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock()
1427 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock()
1429 const BasicBlock *elseBlock() const { return Branches[1]; } in elseBlock()
1430 BasicBlock *elseBlock() { return Branches[1]; } in elseBlock()
1434 return llvm::makeArrayRef(Branches); in successors()
1440 BasicBlock *Ntb = Vs.reduceBasicBlockRef(Branches[0]); in traverse()
[all …]

1234